]> spindle.queued.net Git - midori/commitdiff
Add Close Tab to the available toolbar actions
authorChristian Dywan <christian@twotoasts.de>
Sun, 26 Jul 2009 21:40:34 +0000 (23:40 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 26 Jul 2009 21:40:34 +0000 (23:40 +0200)
midori/midori-browser.c

index 77856a00375e4f7d006b324ff14952bb27cc9b80..c69f219b9f642d0de2f876e4fe1b37a19e979340 100644 (file)
@@ -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 };