aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2007-11-10 23:17:16 +0800
committerXan Lopez <xan@src.gnome.org>2007-11-10 23:17:16 +0800
commit9984e55435747f983fb2abc3491649af996fa196 (patch)
tree5fd4e0f8553f2741e449d543981d35d7d61ef101 /embed/mozilla
parent604773e2759bc82dd4dd2ba7f68bc23dcaaf2f14 (diff)
downloadgsoc2013-epiphany-9984e55435747f983fb2abc3491649af996fa196.tar
gsoc2013-epiphany-9984e55435747f983fb2abc3491649af996fa196.tar.gz
gsoc2013-epiphany-9984e55435747f983fb2abc3491649af996fa196.tar.bz2
gsoc2013-epiphany-9984e55435747f983fb2abc3491649af996fa196.tar.lz
gsoc2013-epiphany-9984e55435747f983fb2abc3491649af996fa196.tar.xz
gsoc2013-epiphany-9984e55435747f983fb2abc3491649af996fa196.tar.zst
gsoc2013-epiphany-9984e55435747f983fb2abc3491649af996fa196.zip
ge-search-key-press is in EphyEmbed, not GtkMozEmbed.
svn path=/trunk/; revision=7654
Diffstat (limited to 'embed/mozilla')
-rw-r--r--embed/mozilla/mozilla-embed.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-embed.cpp b/embed/mozilla/mozilla-embed.cpp
index ae9ac7d22..aa4795d08 100644
--- a/embed/mozilla/mozilla-embed.cpp
+++ b/embed/mozilla/mozilla-embed.cpp
@@ -1059,7 +1059,8 @@ mozilla_embed_dom_key_press_cb (GtkMozEmbed *embed,
g_return_val_if_fail (GDK_KEY_PRESS == event->type, FALSE);
- g_signal_emit_by_name (embed, "ge-search-key-press", event, &retval);
+ g_signal_emit_by_name (EPHY_EMBED (membed),
+ "ge-search-key-press", event, &retval);
gdk_event_free (event);