]> spindle.queued.net Git - midori/commitdiff
Always show icons and labels in bookmarkbar popup
authorChristian Dywan <christian@twotoasts.de>
Fri, 17 Jul 2009 22:29:23 +0000 (00:29 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 17 Jul 2009 22:29:23 +0000 (00:29 +0200)
midori/midori-browser.c

index d9c397a36fcaca39dfd86fccb85d8529f18167b3..e2b9ad781928eeb96d0734edfee88c6735c8537d 100644 (file)
@@ -3083,6 +3083,7 @@ _action_location_focus_in (GtkAction*     action,
             gtk_container_add (GTK_CONTAINER (popup), box);
             gtk_window_set_transient_for (GTK_WINDOW (popup), GTK_WINDOW (browser));
             gtk_toolbar_set_icon_size (GTK_TOOLBAR (box), GTK_ICON_SIZE_MENU);
+            gtk_toolbar_set_style (GTK_TOOLBAR (box), GTK_TOOLBAR_BOTH_HORIZ);
             gtk_toolbar_insert (GTK_TOOLBAR (box), homepage, -1);
             i = 0;
             if (browser->bookmarks)