Mercurial > pidgin.yaz
diff 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 |
line wrap: on
line diff
--- a/src/prefs.c Wed Nov 21 01:52:41 2001 +0000 +++ b/src/prefs.c Wed Nov 21 12:16:15 2001 +0000 @@ -906,6 +906,7 @@ vbox2); gaim_button(_("Raise windows on events"), &im_options, OPT_IM_POPUP, vbox2); gaim_button(_("Show logins in window"), &im_options, OPT_IM_LOGON, vbox2); + gaim_button(_("Show aliases in tabs"), &im_options, OPT_IM_ALIAS_TAB, vbox2); frame = gtk_frame_new(_("Window Sizes")); gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5); @@ -2629,6 +2630,9 @@ if (option == OPT_IM_HIDE_ICONS) set_hide_icons(); + if (option == OPT_IM_ALIAS_TAB) + set_convo_titles(); + save_prefs(); }