]> spindle.queued.net Git - midori/commitdiff
Fix a misplaced #endif that breaks WebKit < 1.1.14 builds
authorChristian Dywan <christian@twotoasts.de>
Thu, 10 Sep 2009 13:57:59 +0000 (15:57 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 10 Sep 2009 13:57:59 +0000 (15:57 +0200)
midori/midori-view.c

index 4391152a3860559b99889b17dca69c50efea6a20..efb037cb976fed19abca864bd703370c42b3b0ff 100644 (file)
@@ -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;
     }