comparison src/prefs.c @ 2787:feea7103a235

[gaim-migrate @ 2800] i wish i had a spine committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 21 Nov 2001 12:16:15 +0000
parents 72272d43e265
children 2d3f47783a22
comparison
equal deleted inserted replaced
2786:318f846120e2 2787:feea7103a235
904 button = 904 button =
905 gaim_button(_("Show all conversations in one tabbed window"), &im_options, OPT_IM_ONE_WINDOW, 905 gaim_button(_("Show all conversations in one tabbed window"), &im_options, OPT_IM_ONE_WINDOW,
906 vbox2); 906 vbox2);
907 gaim_button(_("Raise windows on events"), &im_options, OPT_IM_POPUP, vbox2); 907 gaim_button(_("Raise windows on events"), &im_options, OPT_IM_POPUP, vbox2);
908 gaim_button(_("Show logins in window"), &im_options, OPT_IM_LOGON, vbox2); 908 gaim_button(_("Show logins in window"), &im_options, OPT_IM_LOGON, vbox2);
909 gaim_button(_("Show aliases in tabs"), &im_options, OPT_IM_ALIAS_TAB, vbox2);
909 910
910 frame = gtk_frame_new(_("Window Sizes")); 911 frame = gtk_frame_new(_("Window Sizes"));
911 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5); 912 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5);
912 gtk_widget_show(frame); 913 gtk_widget_show(frame);
913 914
2627 tabize(); 2628 tabize();
2628 2629
2629 if (option == OPT_IM_HIDE_ICONS) 2630 if (option == OPT_IM_HIDE_ICONS)
2630 set_hide_icons(); 2631 set_hide_icons();
2631 2632
2633 if (option == OPT_IM_ALIAS_TAB)
2634 set_convo_titles();
2635
2632 save_prefs(); 2636 save_prefs();
2633 } 2637 }
2634 2638
2635 static void set_chat_option(GtkWidget *w, int option) 2639 static void set_chat_option(GtkWidget *w, int option)
2636 { 2640 {