From 5417a4f52bd6413baba3bb232364c69fd411ebec Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Wed, 11 Nov 2009 23:31:54 +0100 Subject: [PATCH] Allow hiding the menubar in Hildon, effectively disabling it --- midori/midori-browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 91ba9116..88b0534d 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -3084,8 +3084,8 @@ _action_menubar_activate (GtkToggleAction* action, gboolean active = gtk_toggle_action_get_active (action); if (browser->settings) g_object_set (browser->settings, "show-menubar", active, NULL); - #if !HAVE_HILDON sokoke_widget_set_visible (browser->menubar, active); + #if !HAVE_HILDON if (browser->settings) { if (active)