From 438566d87f1f3304c2fa20154e4cc55d4de7073c Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 26 Jul 2009 23:40:34 +0200 Subject: [PATCH] Add Close Tab to the available toolbar actions --- midori/midori-browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.39.5