aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets')
-rw-r--r--lib/widgets/ephy-location-entry.c2
-rw-r--r--lib/widgets/ephy-search-entry.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index b89a92442..18d123de1 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -850,7 +850,7 @@ ephy_location_entry_construct_contents (EphyLocationEntry *lentry)
gtk_entry_set_icon_activatable (GTK_ENTRY (priv->entry),
GTK_ENTRY_ICON_SECONDARY,
TRUE);
- g_signal_connect (priv->entry, "icon-pressed",
+ g_signal_connect (priv->entry, "icon-press",
G_CALLBACK (icon_button_press_event_cb), lentry);
g_signal_connect (priv->entry, "populate_popup",
diff --git a/lib/widgets/ephy-search-entry.c b/lib/widgets/ephy-search-entry.c
index c1e4f3611..1713e5c43 100644
--- a/lib/widgets/ephy-search-entry.c
+++ b/lib/widgets/ephy-search-entry.c
@@ -141,7 +141,7 @@ ephy_search_entry_init (EphySearchEntry *entry)
GTK_ENTRY_ICON_SECONDARY,
_("Clear"));
g_signal_connect (entry,
- "icon-pressed",
+ "icon-press",
G_CALLBACK (search_entry_clear_cb),
NULL);
g_signal_connect (entry,