[gaim-migrate @ 162]

Mon, 24 Apr 2000 01:43:16 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Mon, 24 Apr 2000 01:43:16 +0000
changeset 152
0518f66fd469
parent 151
aab3cb3cd879
child 153
0964148d34fe

[gaim-migrate @ 162]
Heh, whoops, sorry. Forgot to not put the plugin stuff if you don't want
plugins.

src/buddy.c file | annotate | diff | comparison | revisions
--- 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();
 

mercurial