From f212c1542baf302c59c1ce47d25d40aaf4a9479b Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 14 Nov 2009 18:00:43 +0100 Subject: [PATCH] Allow closing the last tab, while a blank tab will take its place --- midori/midori-browser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index bc18407d..d9aecee5 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -245,7 +245,6 @@ _midori_browser_update_actions (MidoriBrowser* browser) _toggle_tabbar_smartly (browser); n = gtk_notebook_get_n_pages (GTK_NOTEBOOK (browser->notebook)); - _action_set_sensitive (browser, "TabClose", n > 1); _action_set_sensitive (browser, "TabPrevious", n > 1); _action_set_sensitive (browser, "TabNext", n > 1);