# HG changeset patch # User Elliott Sales de Andrade # Date 1318132618 0 # Node ID 737733593a299fdb64c811e96f53c30e649b46d0 # Parent 295e8b7bb0b5b9d327e20dbcf97dee8ca8fbb6ed Replace the deprecated gtk_notebook_set_tab_label_packing with a call to gtk_container_child_set with the relevant properties. diff -r 295e8b7bb0b5 -r 737733593a29 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Sun Oct 09 03:40:34 2011 +0000 +++ b/pidgin/gtkconv.c Sun Oct 09 03:56:58 2011 +0000 @@ -10024,9 +10024,9 @@ gtk_notebook_set_tab_label(GTK_NOTEBOOK(win->notebook), gtkconv->tab_cont, ebox); } - gtk_notebook_set_tab_label_packing(GTK_NOTEBOOK(win->notebook), gtkconv->tab_cont, - !tabs_side && !angle, - TRUE, GTK_PACK_START); + gtk_container_child_set(GTK_CONTAINER(win->notebook), gtkconv->tab_cont, + "tab-expand", !tabs_side && !angle, + "tab-fill", TRUE, NULL); if (pidgin_conv_window_get_gtkconv_count(win) == 1) gtk_notebook_set_show_tabs(GTK_NOTEBOOK(win->notebook),