From ecb9de246c452ce98aebd482d2be01fcc03f7a3b Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 5 Dec 2010 23:01:01 +0100 Subject: [PATCH] Put 'Find' into the compact popup menu --- midori/midori-browser.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index c8120adb..e3d2c3c8 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -2904,9 +2904,8 @@ _action_compact_menu_populate_popup (GtkAction* action, { "WindowNew" }, { "PrivateBrowsing" }, { "Open" }, - #if HAVE_HILDON { "Find" }, - #else + #if !HAVE_HILDON { "Print" }, { NULL }, { "Panel" }, -- 2.39.5