changeset 97:5b4b7aa8dd9a

[gaim-migrate @ 107] Heh, whoops. :) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 09 Apr 2000 18:45:23 +0000
parents 247f540ea6e1
children c2d22261e281
files src/aim.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/aim.c	Sun Apr 09 18:42:36 2000 +0000
+++ b/src/aim.c	Sun Apr 09 18:45:23 2000 +0000
@@ -464,11 +464,13 @@
 					_("Signon"),
 					applet_show_login,
 					NULL);
+#ifdef GAIM_PLUGINS
         applet_widget_register_callback(APPLET_WIDGET(applet),
 					"plugins",
 					_("Plugins"),
 					GTK_SIGNAL_FUNC(show_plugins),
 					NULL);
+#endif /* GAIM_PLUGINS */
 
         if((general_options & OPT_GEN_AUTO_LOGIN) &&
            (general_options & OPT_GEN_REMEMBER_PASS)) {