aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrispin Flowerday <gnome@flowerday.cx>2005-06-15 03:12:10 +0800
committerCrispin Flowerday <crispin@src.gnome.org>2005-06-15 03:12:10 +0800
commit3053ba8e28f69454242b74fd10085cd6a42ced84 (patch)
treea4df89724e3e85e29a4377b61a44dd62c5bb197b
parent3b63c65f29d2e5580f9bf4bd1e36eee7182b091f (diff)
downloadgsoc2013-epiphany-3053ba8e28f69454242b74fd10085cd6a42ced84.tar
gsoc2013-epiphany-3053ba8e28f69454242b74fd10085cd6a42ced84.tar.gz
gsoc2013-epiphany-3053ba8e28f69454242b74fd10085cd6a42ced84.tar.bz2
gsoc2013-epiphany-3053ba8e28f69454242b74fd10085cd6a42ced84.tar.lz
gsoc2013-epiphany-3053ba8e28f69454242b74fd10085cd6a42ced84.tar.xz
gsoc2013-epiphany-3053ba8e28f69454242b74fd10085cd6a42ced84.tar.zst
gsoc2013-epiphany-3053ba8e28f69454242b74fd10085cd6a42ced84.zip
Point to the 'search_key_press' function int eh EphyEmbedIface rather than
2005-06-14 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-embed.c (ephy_embed_load_url): Point to the 'search_key_press' function int eh EphyEmbedIface rather than the context menu one
-rw-r--r--ChangeLog7
-rw-r--r--embed/ephy-embed.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bee02b39..4852e03d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-14 Crispin Flowerday <gnome@flowerday.cx>
+
+ * embed/ephy-embed.c (ephy_embed_load_url):
+
+ Point to the 'search_key_press' function int eh EphyEmbedIface
+ rather than the context menu one
+
2005-06-12 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-ember-persist.cpp: (impl_to_string):
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index eb9785b29..c6fa1431a 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -361,7 +361,7 @@ ephy_embed_base_init (gpointer g_class)
g_signal_new ("ge-search-key-press",
EPHY_TYPE_EMBED,
G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (EphyEmbedIface, context_menu),
+ G_STRUCT_OFFSET (EphyEmbedIface, search_key_press),
g_signal_accumulator_true_handled, NULL,
ephy_marshal_BOOLEAN__BOXED,
G_TYPE_BOOLEAN,