comparison plugins/docklet/docklet.c @ 9791:4a15962c344a

[gaim-migrate @ 10659] A patch from Gary Kramlich that renames gtkinternal.h to gtkgaim.h, and makes it not include internal.h There were some reasons for this... but basically it's cleaner. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 20 Aug 2004 05:11:30 +0000
parents c9ac1976ef01
children 81a9ddc3f415
comparison
equal deleted inserted replaced
9790:f8b2630ca694 9791:4a15962c344a
28 - show a count of queued messages in the unified queue 28 - show a count of queued messages in the unified queue
29 - dernyi's account status menu in the right click 29 - dernyi's account status menu in the right click
30 - optional pop up notices when GNOME2's system-tray-applet supports it */ 30 - optional pop up notices when GNOME2's system-tray-applet supports it */
31 31
32 #include "internal.h" 32 #include "internal.h"
33 #include "gtkinternal.h" 33 #include "gtkgaim.h"
34 34
35 #include "core.h" 35 #include "core.h"
36 #include "debug.h" 36 #include "debug.h"
37 #include "prefs.h" 37 #include "prefs.h"
38 #include "signals.h" 38 #include "signals.h"