]> spindle.queued.net Git - midori/commitdiff
Add 'Add Bookmark' to the available toolbar items
authorChristian Dywan <christian@twotoasts.de>
Wed, 28 Oct 2009 21:54:42 +0000 (22:54 +0100)
committerChristian Dywan <christian@twotoasts.de>
Wed, 28 Oct 2009 21:54:42 +0000 (22:54 +0100)
midori/midori-browser.c

index 50e2491e15f552c63f400dc2f54a7d1313e92bbe..254a3dde1739110373bf73c8b96893c7a4edf464 100644 (file)
@@ -2589,7 +2589,7 @@ midori_browser_get_toolbar_actions (MidoriBrowser* browser)
             "Fullscreen", "Preferences", "Window", "Bookmarks",
             "RecentlyVisited", "ReloadStop", "ZoomIn", "TabClose",
             "ZoomOut", "Separator", "Back", "Forward", "Homepage",
-            "Panel", "Trash", "Search", NULL };
+            "Panel", "Trash", "Search", "BookmarkAdd", NULL };
 
     return actions;
 }