diff plugins/chatlist.c @ 4635:42d53c416bb9

[gaim-migrate @ 4942] remove deprecated gtk calls, gtk2-ify log viewer, gtk2-ify jabber vcard dialog, and probably a cleanup or two I forgot about. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 02 Mar 2003 19:21:36 +0000
parents 2427d847e39c
children 8e55a4d362a3
line wrap: on
line diff
--- a/plugins/chatlist.c	Sun Mar 02 18:48:02 2003 +0000
+++ b/plugins/chatlist.c	Sun Mar 02 19:21:36 2003 +0000
@@ -4,6 +4,12 @@
 #define GAIM_PLUGINS
 #endif
 
+#ifdef GTK_DISABLE_DEPRECATED
+#undef GTK_DISABLE_DEPRECATED
+#endif
+
+#define GTK_ENABLE_BROKEN
+
 #include "pixmaps/refresh.xpm"
 #include "pixmaps/gnome_add.xpm"
 #include "pixmaps/gnome_remove.xpm"