~vish/ubuntu/maverick/pidgin/bug25979

« back to all changes in this revision

Viewing changes to libpurple/purple.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2009-10-09 19:40:26 UTC
  • mfrom: (1.4.1 upstream) (46.1.10 karmic)
  • Revision ID: james.westby@ubuntu.com-20091009194026-wbqqh0bsbz19nx5q
Tags: 1:2.6.2-1ubuntu7
* Don't stick the buddy list window to all desktops as some
  window managers have trouble to properly unstick it (LP: #346840)
  - debian/patches/11_buddy_list_really_show.patch
* Always use default tray icon size on KDE (LP: #209440)
  - debian/patches/62_tray_icon_size_kde.patch
* Use scrollbars in the preferences dialog if the screen height is
  below 700 px instead of 600 px
  - debian/patches/60_1024x600_gtkprefs.c.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
#include <idle.h>
66
66
#include <imgstore.h>
67
67
#include <log.h>
 
68
#include <media.h>
 
69
#include <mediamanager.h>
68
70
#include <mime.h>
69
71
#include <nat-pmp.h>
70
72
#include <network.h>
 
73
#include <notify.h>
71
74
#include <ntlm.h>
72
 
#include <notify.h>
73
75
#include <plugin.h>
74
76
#include <pluginpref.h>
75
77
#include <pounce.h>
82
84
#include <savedstatuses.h>
83
85
#include <server.h>
84
86
#include <signals.h>
 
87
#include <smiley.h>
 
88
#include <sound.h>
 
89
#include <sound-theme.h>
 
90
#include <sound-theme-loader.h>
 
91
#include <sslconn.h>
85
92
#include <status.h>
86
93
#include <stringref.h>
87
94
#include <stun.h>
88
 
#include <sound.h>
89
 
#include <sslconn.h>
 
95
#include <theme.h>
 
96
#include <theme-loader.h>
 
97
#include <theme-manager.h>
90
98
#include <upnp.h>
91
99
#include <util.h>
92
100
#include <value.h>
93
101
#include <version.h>
 
102
#include <whiteboard.h>
94
103
#include <xmlnode.h>
95
 
#include <whiteboard.h>
96
104
 
97
105
#endif