Reverse packing of statusbar features bbox

Apparently with GTK+3 this makes a difference.
This commit is contained in:
Christian Dywan 2012-02-29 00:54:03 +01:00
parent 079403a806
commit cbe84b6820

View file

@ -170,7 +170,7 @@ statusbar_features_app_add_browser_cb (MidoriApp* app,
G_CALLBACK (statusbar_features_browser_notify_tab_cb), button);
statusbar_features_browser_notify_tab_cb (browser, NULL, button);
gtk_widget_show_all (bbox);
gtk_box_pack_start (GTK_BOX (statusbar), bbox, FALSE, FALSE, 3);
gtk_box_pack_end (GTK_BOX (statusbar), bbox, FALSE, FALSE, 3);
g_object_unref (statusbar);
g_signal_connect (extension, "deactivate",