Mon, 24 Apr 2000 01:43:16 +0000
[gaim-migrate @ 162] Heh, whoops, sorry. Forgot to not put the plugin stuff if you don't want plugins.
--- a/src/buddy.c Sun Apr 23 23:46:20 2000 +0000 +++ b/src/buddy.c Mon Apr 24 01:43:16 2000 +0000 @@ -1744,7 +1744,9 @@ gaim_new_item(menu, "Preferences", GTK_SIGNAL_FUNC(show_prefs)); +#ifdef GAIM_PLUGINS gaim_new_item(menu, "Plugins", GTK_SIGNAL_FUNC(show_plugins)); +#endif menu = gtk_menu_new();