From: Christian Dywan Date: Sun, 4 Jul 2010 20:41:01 +0000 (+0200) Subject: Add 'Panel' menu item to compact menu button X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ed9cebe92f8e6a0fc234a841f9e84baa714bda7;p=midori Add 'Panel' menu item to compact menu button --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index a9d2e709..b7118874 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -2975,6 +2975,7 @@ _action_compact_menu_populate_popup (GtkAction* action, #else { "Print" }, { NULL }, + { "Panel" }, { "-" }, { "ClearPrivateData" }, #if WEBKIT_CHECK_VERSION (1, 1, 17)