comparison plugins/notify.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 dd2be7cd66df
children 059649ed25ed
comparison
equal deleted inserted replaced
6370:a4b83df2165b 6371:8f94cce8faa5
49 * -Fixed a possible memleak and possible crash (rare) 49 * -Fixed a possible memleak and possible crash (rare)
50 * -Use gtk_window_get_title() rather than gtkwin->title 50 * -Use gtk_window_get_title() rather than gtkwin->title
51 * -Other random fixes and cleanups 51 * -Other random fixes and cleanups
52 */ 52 */
53 53
54 #include "internal.h" 54 #include "gtkinternal.h"
55 55
56 #include "conversation.h" 56 #include "conversation.h"
57 #include "debug.h" 57 #include "debug.h"
58 #include "notify.h" 58 #include "notify.h"
59 #include "prefs.h" 59 #include "prefs.h"
848 N_("Provides a variety of ways of notifying you of unread messages."), 848 N_("Provides a variety of ways of notifying you of unread messages."),
849 /** description */ 849 /** description */
850 N_("Provides a variety of ways of notifying you of unread messages."), 850 N_("Provides a variety of ways of notifying you of unread messages."),
851 "Etan Reisner <deryni@eden.rutgers.edu>\n\t\t\tBrian Tarricone <bjt23@cornell.edu", 851 "Etan Reisner <deryni@eden.rutgers.edu>\n\t\t\tBrian Tarricone <bjt23@cornell.edu",
852 /**< author */ 852 /**< author */
853 WEBSITE, /**< homepage */ 853 GAIM_WEBSITE, /**< homepage */
854 854
855 plugin_load, /**< load */ 855 plugin_load, /**< load */
856 plugin_unload, /**< unload */ 856 plugin_unload, /**< unload */
857 NULL, /**< destroy */ 857 NULL, /**< destroy */
858 858