Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv20818/src
Modified Files:
aim.c
Log Message:
a second fix for people who --disable-plugins. renaming variables w/out checking
your ifdefs isn't a good thing sean ;-)
Index: aim.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/aim.c,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -d -r1.193 -r1.194
--- aim.c 11 Sep 2002 05:24:44 -0000 1.193
+++ aim.c 12 Sep 2002 15:56:05 -0000 1.194
@@ -360,9 +360,7 @@
#endif
gtk_box_pack_start(GTK_BOX(hbox), options, TRUE, TRUE, 0);
-#ifdef GAIM_PLUGINS
gtk_box_pack_start(GTK_BOX(hbox), reg, TRUE, TRUE, 0);
-#endif
gtk_widget_show(reg);
gtk_widget_show(options);
|