comparison plugins/docklet/docklet.c @ 5872:059d95c67cda

[gaim-migrate @ 6304] The legendary Header File Cleanup! Files now only include what they need. This should reduce the number of files that must recompile when a header file changes. It's a lot nicer. Trust me on it. I also added a couple new header files. I hope I didn't break TOO much! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:21:02 +0000
parents b61520e71679
children dbe2a2174be9
comparison
equal deleted inserted replaced
5871:508adf90fbb9 5872:059d95c67cda
25 - show a count of queued messages in the unified queue 25 - show a count of queued messages in the unified queue
26 - dernyi's account status menu in the right click 26 - dernyi's account status menu in the right click
27 - optional pop up notices when GNOME2's system-tray-applet supports it */ 27 - optional pop up notices when GNOME2's system-tray-applet supports it */
28 28
29 /* includes */ 29 /* includes */
30 #include <gtk/gtk.h> 30 #include "internal.h"
31
32 #include "debug.h"
33 #include "prefs.h"
34 #include "sound.h"
35
36 #include "gtkaccount.h"
37 #include "gtkblist.h"
38 #include "gtkft.h"
31 #include "gtkplugin.h" 39 #include "gtkplugin.h"
32 #include "gtkaccount.h" 40 #include "gtkprefs.h"
41 #include "gtksound.h"
42 #include "gtkutils.h"
43 #include "stock.h"
44
45 #include "eggtrayicon.h"
46
33 #include "gaim.h" 47 #include "gaim.h"
34 #include "sound.h" 48 #include "ui.h"
35 #include "gtksound.h"
36 #include "prefs.h"
37 #include "gtkblist.h"
38 #include "eggtrayicon.h"
39 49
40 #define DOCKLET_PLUGIN_ID "gtk-docklet" 50 #define DOCKLET_PLUGIN_ID "gtk-docklet"
41 51
42 /* types */ 52 /* types */
43 enum docklet_status { 53 enum docklet_status {