# HG changeset patch # User Eric Warmenhoven # Date 956540596 0 # Node ID cb0d3ec5a4c80afe265cd3a46f9a8e4fad6544c6 # Parent c754e5ae442a9922eed2191b9077c37992b78288 [gaim-migrate @ 162] Heh, whoops, sorry. Forgot to not put the plugin stuff if you don't want plugins. committer: Tailor Script diff -r c754e5ae442a -r cb0d3ec5a4c8 src/buddy.c --- 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();