From: Christian Dywan Date: Thu, 10 Sep 2009 13:57:59 +0000 (+0200) Subject: Fix a misplaced #endif that breaks WebKit < 1.1.14 builds X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f65b87f05f658f60ce4ea3bb420f98ab9275dd83;p=midori Fix a misplaced #endif that breaks WebKit < 1.1.14 builds --- diff --git a/midori/midori-view.c b/midori/midori-view.c index 4391152a..efb037cb 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -1221,9 +1221,9 @@ webkit_web_view_populate_popup_cb (WebKitWebView* web_view, gtk_widget_set_sensitive (menuitem, webkit_web_view_can_undo (web_view)); gtk_menu_shell_prepend (GTK_MENU_SHELL (menu), menuitem); + #endif return; } - #endif if (strcmp (stock_id, GTK_STOCK_FIND)) has_selection = FALSE; }