pidgin/gtkconv.c

branch
cpw.qulogic.gtk3
changeset 32916
0c6fd72ffeb3
parent 32913
af2c726febce
child 32920
366d0c204aee
equal deleted inserted replaced
32915:27891bd13ca3 32916:0c6fd72ffeb3
10022 10022
10023 /* Reset the tabs label to the new version */ 10023 /* Reset the tabs label to the new version */
10024 gtk_notebook_set_tab_label(GTK_NOTEBOOK(win->notebook), gtkconv->tab_cont, ebox); 10024 gtk_notebook_set_tab_label(GTK_NOTEBOOK(win->notebook), gtkconv->tab_cont, ebox);
10025 } 10025 }
10026 10026
10027 gtk_notebook_set_tab_label_packing(GTK_NOTEBOOK(win->notebook), gtkconv->tab_cont, 10027 gtk_container_child_set(GTK_CONTAINER(win->notebook), gtkconv->tab_cont,
10028 !tabs_side && !angle, 10028 "tab-expand", !tabs_side && !angle,
10029 TRUE, GTK_PACK_START); 10029 "tab-fill", TRUE, NULL);
10030 10030
10031 if (pidgin_conv_window_get_gtkconv_count(win) == 1) 10031 if (pidgin_conv_window_get_gtkconv_count(win) == 1)
10032 gtk_notebook_set_show_tabs(GTK_NOTEBOOK(win->notebook), 10032 gtk_notebook_set_show_tabs(GTK_NOTEBOOK(win->notebook),
10033 purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/tabs") && 10033 purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/tabs") &&
10034 (!purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/im/show_buddy_icons") || 10034 (!purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/im/show_buddy_icons") ||

mercurial