comparison 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
comparison
equal deleted inserted replaced
4634:d19872836812 4635:42d53c416bb9
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 */ 20 */
21
22 #ifdef GTK_DISABLE_DEPRECATED
23 #undef GTK_DISABLE_DEPRECATED
24 #endif
25
26 #define GTK_ENABLE_BROKEN
21 27
22 #ifdef HAVE_CONFIG_H 28 #ifdef HAVE_CONFIG_H
23 #include <config.h> 29 #include <config.h>
24 #endif 30 #endif
25 #ifdef GAIM_PLUGINS 31 #ifdef GAIM_PLUGINS