Mercurial > pidgin
changeset 3497:1258406146e7
[gaim-migrate @ 3559]
a second fix for people who --disable-plugins. renaming variables w/out checking
your ifdefs isn't a good thing sean ;-)
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 12 Sep 2002 15:56:05 +0000 |
parents | 784ded279bfd |
children | 5a4569cea6be |
files | src/aim.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/aim.c Thu Sep 12 14:33:33 2002 +0000 +++ b/src/aim.c Thu Sep 12 15:56:05 2002 +0000 @@ -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);