Mercurial > pidgin
changeset 4449:faa9b636707a
[gaim-migrate @ 4724]
Whoops.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Tue, 28 Jan 2003 16:57:58 +0000 |
parents | 74d83e3a7a47 |
children | 2f225b92a933 |
files | src/prefs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/prefs.c Tue Jan 28 16:44:00 2003 +0000 +++ b/src/prefs.c Tue Jan 28 16:57:58 2003 +0000 @@ -683,8 +683,8 @@ vbox = make_frame (ret, _("Tab Options")); gaim_button(_("Show IMs and chats in _same tabbed window."), &convo_options, OPT_CONVO_COMBINE, vbox); button = gaim_button(_("Show _close button on tabs."), &convo_options, OPT_CONVO_NO_X_ON_TAB, vbox); + convo_options ^= OPT_CONVO_NO_X_ON_TAB; gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(button), !gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(button))); - convo_options ^= OPT_CONVO_NO_X_ON_TAB; gtk_widget_show_all(ret);