changeset 152:cb0d3ec5a4c8

[gaim-migrate @ 162] Heh, whoops, sorry. Forgot to not put the plugin stuff if you don't want plugins. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 24 Apr 2000 01:43:16 +0000
parents c754e5ae442a
children 8ed64c704fb0
files src/buddy.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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();