aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2013-03-16 18:50:59 +0800
committerCarlos Garcia Campos <carlosgc@gnome.org>2013-03-17 19:53:05 +0800
commit26435511e0a9579257ff97abc9af2e08a14c8103 (patch)
tree635b0d9835029b5596f575ebaed68c81a7f24b19 /src/popup-commands.c
parentd091063aaf74153d37b50cb82e2b4b14d1a0fcb0 (diff)
downloadgsoc2013-epiphany-26435511e0a9579257ff97abc9af2e08a14c8103.tar
gsoc2013-epiphany-26435511e0a9579257ff97abc9af2e08a14c8103.tar.gz
gsoc2013-epiphany-26435511e0a9579257ff97abc9af2e08a14c8103.tar.bz2
gsoc2013-epiphany-26435511e0a9579257ff97abc9af2e08a14c8103.tar.lz
gsoc2013-epiphany-26435511e0a9579257ff97abc9af2e08a14c8103.tar.xz
gsoc2013-epiphany-26435511e0a9579257ff97abc9af2e08a14c8103.tar.zst
gsoc2013-epiphany-26435511e0a9579257ff97abc9af2e08a14c8103.zip
Add spelling suggestion to the context menu in WebKit2
https://bugzilla.gnome.org/show_bug.cgi?id=695904
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r--src/popup-commands.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index 1a1d973a5..2896fb22b 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -491,9 +491,7 @@ void
popup_replace_spelling (GtkAction *action,
EphyWindow *window)
{
-#ifdef HAVE_WEBKIT2
- /* TODO: Context Menu, Spellchecker */
-#else
+#ifndef HAVE_WEBKIT2
EphyEmbed *embed;
WebKitWebView *view;
WebKitWebFrame *frame;