comparison 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
comparison
equal deleted inserted replaced
4634:d19872836812 4635:42d53c416bb9
1 #include "config.h" 1 #include "config.h"
2 2
3 #ifndef GAIM_PLUGINS 3 #ifndef GAIM_PLUGINS
4 #define GAIM_PLUGINS 4 #define GAIM_PLUGINS
5 #endif 5 #endif
6
7 #ifdef GTK_DISABLE_DEPRECATED
8 #undef GTK_DISABLE_DEPRECATED
9 #endif
10
11 #define GTK_ENABLE_BROKEN
6 12
7 #include "pixmaps/refresh.xpm" 13 #include "pixmaps/refresh.xpm"
8 #include "pixmaps/gnome_add.xpm" 14 #include "pixmaps/gnome_add.xpm"
9 #include "pixmaps/gnome_remove.xpm" 15 #include "pixmaps/gnome_remove.xpm"
10 16