comparison 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
comparison
equal deleted inserted replaced
2591:b771cbe7e161 2592:f194dd8250d4
609 vbox = gtk_vbox_new(FALSE, 5); 609 vbox = gtk_vbox_new(FALSE, 5);
610 gtk_box_pack_start(GTK_BOX(hbox), vbox, TRUE, TRUE, 5); 610 gtk_box_pack_start(GTK_BOX(hbox), vbox, TRUE, TRUE, 5);
611 gtk_widget_show(vbox); 611 gtk_widget_show(vbox);
612 612
613 gaim_button(_("Show idle times"), &blist_options, OPT_BLIST_SHOW_IDLETIME, vbox); 613 gaim_button(_("Show idle times"), &blist_options, OPT_BLIST_SHOW_IDLETIME, vbox);
614 gaim_button(_("Grey idle buddies"), &blist_options, OPT_BLIST_GREY_IDLERS, vbox);
614 615
615 gtk_widget_show(prefdialog); 616 gtk_widget_show(prefdialog);
616 } 617 }
617 618
618 static void convo_page() 619 static void convo_page()