comparison plugins/docklet/docklet.c @ 6371:8f94cce8faa5

[gaim-migrate @ 6876] I think I touched almost every file. Here's what happened. I started off fixing up the Makefile.am and configure.ac files to help with the core/UI split some. Then I got annoyed with the build_{allow,deny}_list() functions that everything used, and decided to core/UI split privacy. While doing that, I decided to redesign the dialog. So now, a lot has changed, but not really so much. Just that most files got affected. Oh yeah, and the UI stuff was taken out of internal.h and moved to gtkinternal.h. If you use this, please be aware of this change. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 05 Aug 2003 10:55:04 +0000
parents f14718d7082e
children 70d5122bc3ff
comparison
equal deleted inserted replaced
6370:a4b83df2165b 6371:8f94cce8faa5
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 34
34 #include "core.h" 35 #include "core.h"
35 #include "debug.h" 36 #include "debug.h"
36 #include "prefs.h" 37 #include "prefs.h"
37 #include "sound.h" 38 #include "sound.h"
500 "to show the current status of Gaim, allow fast access to commonly " 501 "to show the current status of Gaim, allow fast access to commonly "
501 "used functions, and to toggle display of the buddy list or login " 502 "used functions, and to toggle display of the buddy list or login "
502 "window. Also allows messages to be queued until the icon is " 503 "window. Also allows messages to be queued until the icon is "
503 "clicked, similar to ICQ."), 504 "clicked, similar to ICQ."),
504 "Robert McQueen <robot101@debian.org>", /**< author */ 505 "Robert McQueen <robot101@debian.org>", /**< author */
505 WEBSITE, /**< homepage */ 506 GAIM_WEBSITE, /**< homepage */
506 507
507 plugin_load, /**< load */ 508 plugin_load, /**< load */
508 plugin_unload, /**< unload */ 509 plugin_unload, /**< unload */
509 NULL, /**< destroy */ 510 NULL, /**< destroy */
510 511