Mercurial > pidgin
changeset 19483:b66909a58e5f
Only hide single tab on Top-tabbed windows
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 29 Aug 2007 01:03:01 +0000 |
parents | 3b61b5279a56 |
children | e2b7dadac415 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Tue Aug 28 22:40:51 2007 +0000 +++ b/pidgin/gtkconv.c Wed Aug 29 01:03:01 2007 +0000 @@ -8803,9 +8803,8 @@ if (pidgin_conv_window_get_gtkconv_count(win) == 1) gtk_notebook_set_show_tabs(GTK_NOTEBOOK(win->notebook), purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/tabs") && - (!purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/im/show_buddy_icons") || - purple_prefs_get_int(PIDGIN_PREFS_ROOT "/conversations/tab_side") == GTK_POS_LEFT || - purple_prefs_get_int(PIDGIN_PREFS_ROOT "/conversations/tab_side") == GTK_POS_RIGHT)); + (!purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/im/show_buddy_icons") || + purple_prefs_get_int(PIDGIN_PREFS_ROOT "/conversations/tab_side") != GTK_POS_TOP)); /* show the widgets */ /* gtk_widget_show(gtkconv->icon); */