Fix a misplaced #endif that breaks WebKit < 1.1.14 builds
This commit is contained in:
parent
d1b672068b
commit
f65b87f05f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue