]> spindle.queued.net Git - midori/commitdiff
Reverse packing of statusbar features bbox
authorChristian Dywan <christian@twotoasts.de>
Tue, 28 Feb 2012 23:54:03 +0000 (00:54 +0100)
committerChristian Dywan <christian@twotoasts.de>
Tue, 28 Feb 2012 23:54:03 +0000 (00:54 +0100)
Apparently with GTK+3 this makes a difference.

extensions/statusbar-features.c

index 71dfb5234e15f7b7049df05a655bce1c2ef23e99..c9cd68a673b1dd0993868069961309ef6c3abd72 100644 (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",