comparison src/prefs.c @ 3192:3d2d57dba56b

[gaim-migrate @ 3209] A new preference! Raise your buddy list when someone signs on or off committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 29 Apr 2002 18:07:27 +0000
parents 255155a1b190
children 20769d05df16
comparison
equal deleted inserted replaced
3191:db7b4fa85776 3192:3d2d57dba56b
594 button2 = 594 button2 =
595 gaim_button(_("Show pictures on buttons"), &blist_options, OPT_BLIST_SHOW_BUTTON_XPM, vbox); 595 gaim_button(_("Show pictures on buttons"), &blist_options, OPT_BLIST_SHOW_BUTTON_XPM, vbox);
596 if (blist_options & OPT_BLIST_NO_BUTTONS) 596 if (blist_options & OPT_BLIST_NO_BUTTONS)
597 gtk_widget_set_sensitive(button2, FALSE); 597 gtk_widget_set_sensitive(button2, FALSE);
598 gtk_signal_connect(GTK_OBJECT(button), "clicked", GTK_SIGNAL_FUNC(toggle_sensitive), button2); 598 gtk_signal_connect(GTK_OBJECT(button), "clicked", GTK_SIGNAL_FUNC(toggle_sensitive), button2);
599 gaim_button(_("Raise Buddy List on Signons and Signoffs"), &blist_options, OPT_BLIST_POPUP, vbox);
599 600
600 frame = gtk_frame_new(_("Group Displays")); 601 frame = gtk_frame_new(_("Group Displays"));
601 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5); 602 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5);
602 gtk_widget_show(frame); 603 gtk_widget_show(frame);
603 604