diff src/buddy.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 5fcb44d771d2
children 283fb289c510
line wrap: on
line diff
--- a/src/buddy.c	Sun Mar 02 18:48:02 2003 +0000
+++ b/src/buddy.c	Sun Mar 02 19:21:36 2003 +0000
@@ -19,6 +19,12 @@
  *
  */
 
+#ifdef GTK_DISABLE_DEPRECATED
+#undef GTK_DISABLE_DEPRECATED
+#endif
+
+#define GTK_ENABLE_BROKEN
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif