# HG changeset patch # User Ka-Hing Cheung # Date 1186117403 0 # Node ID 09103d3ba77457db2c117f9f1170f3f906f28a81 # Parent 60b405e0b28e4b41ceaaf01b23a01439bab2479f fix a bug when you set your tabs to side vertical and change back, the tab stay top/bottom vertical when you only have one tab diff -r 60b405e0b28e -r 09103d3ba774 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Thu Aug 02 20:14:31 2007 +0000 +++ b/pidgin/gtkconv.c Fri Aug 03 05:03:23 2007 +0000 @@ -8660,8 +8660,8 @@ MIN(g_utf8_strlen(gtk_label_get_text(GTK_LABEL(gtkconv->tab_label)), -1), 12) ); } - if (angle) - gtk_label_set_angle(GTK_LABEL(gtkconv->tab_label), angle); + + gtk_label_set_angle(GTK_LABEL(gtkconv->tab_label), angle); #endif #if 0