From: Christian Dywan Date: Sat, 14 Nov 2009 17:00:43 +0000 (+0100) Subject: Allow closing the last tab, while a blank tab will take its place X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f212c1542baf302c59c1ce47d25d40aaf4a9479b;p=midori Allow closing the last tab, while a blank tab will take its place --- 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);