From: Christian Dywan Date: Wed, 28 Oct 2009 21:54:42 +0000 (+0100) Subject: Add 'Add Bookmark' to the available toolbar items X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f955da564bde2f8f06d09e271b0f7a1a63bd6d0e;p=midori Add 'Add Bookmark' to the available toolbar items --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 50e2491e..254a3dde 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -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; }