From: Christian Dywan Date: Sun, 26 Jul 2009 21:40:34 +0000 (+0200) Subject: Add Close Tab to the available toolbar actions X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=438566d87f1f3304c2fa20154e4cc55d4de7073c;p=midori Add Close Tab to the available toolbar actions --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 77856a00..c69f219b 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -2372,7 +2372,7 @@ midori_browser_get_toolbar_actions (MidoriBrowser* browser) static const gchar* actions[] = { "WindowNew", "TabNew", "Open", "SaveAs", "Print", "Find", "Fullscreen", "Preferences", "Window", "Bookmarks", - "RecentlyVisited", "ReloadStop", "ZoomIn", + "RecentlyVisited", "ReloadStop", "ZoomIn", "TabClose", "ZoomOut", "Separator", "Back", "Forward", "Homepage", "Panel", "Trash", "Search", NULL };