notebook: don't forget to reset the style after setting show-tabs

This fixes a regression after commit
b04f4c536a
This commit is contained in:
Cosimo Cecchi 2011-03-17 17:26:15 -04:00
parent 605c383c78
commit 6e1aa0e0a9

View File

@ -7149,6 +7149,7 @@ gtk_notebook_set_show_tabs (GtkNotebook *notebook,
gtk_widget_set_child_visible (priv->action_widget[i], show_tabs);
}
gtk_widget_reset_style (GTK_WIDGET (notebook));
gtk_widget_queue_resize (GTK_WIDGET (notebook));
g_object_notify (G_OBJECT (notebook), "show-tabs");