diff src/prefs.c @ 746:5a908dd5cfc4

[gaim-migrate @ 756] i finally got pissed off enough at gnome_applet_mgr.c that i redid it committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 23 Aug 2000 04:14:47 +0000
parents d05d746384a7
children eec93c5929b9
line wrap: on
line diff
--- a/src/prefs.c	Wed Aug 23 02:43:34 2000 +0000
+++ b/src/prefs.c	Wed Aug 23 04:14:47 2000 +0000
@@ -350,6 +350,9 @@
 	gtk_widget_show(sep);
 
 	gaim_button(_("Save Window Size/Position"), &general_options, OPT_GEN_SAVED_WINDOWS, box);
+#ifdef USE_APPLET
+	gaim_button(_("Automatically show buddy list on sign on"), &general_options, OPT_GEN_APP_BUDDY_SHOW, box);
+#endif
 
 	gtk_widget_show(prefdialog);
 }