diff src/prefs.c @ 2592:f194dd8250d4

[gaim-migrate @ 2605] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 24 Oct 2001 01:42:48 +0000
parents 3e9906e1e5f6
children 5ba9ef368b8e
line wrap: on
line diff
--- a/src/prefs.c	Tue Oct 23 21:39:44 2001 +0000
+++ b/src/prefs.c	Wed Oct 24 01:42:48 2001 +0000
@@ -611,6 +611,7 @@
 	gtk_widget_show(vbox);
 
 	gaim_button(_("Show idle times"), &blist_options, OPT_BLIST_SHOW_IDLETIME, vbox);
+	gaim_button(_("Grey idle buddies"), &blist_options, OPT_BLIST_GREY_IDLERS, vbox);
 
 	gtk_widget_show(prefdialog);
 }