From 3053ba8e28f69454242b74fd10085cd6a42ced84 Mon Sep 17 00:00:00 2001 From: Crispin Flowerday Date: Tue, 14 Jun 2005 19:12:10 +0000 Subject: Point to the 'search_key_press' function int eh EphyEmbedIface rather than 2005-06-14 Crispin Flowerday * embed/ephy-embed.c (ephy_embed_load_url): Point to the 'search_key_press' function int eh EphyEmbedIface rather than the context menu one --- embed/ephy-embed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed') 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, -- cgit v1.2.3