epiphany r8659 - trunk/lib/widgets



Author: cosimoc
Date: Fri Jan  2 11:51:19 2009
New Revision: 8659
URL: http://svn.gnome.org/viewvc/epiphany?rev=8659&view=rev

Log:
Adapt to the modified GTK+ API.

Modified:
   trunk/lib/widgets/ephy-location-entry.c
   trunk/lib/widgets/ephy-search-entry.c

Modified: trunk/lib/widgets/ephy-location-entry.c
==============================================================================
--- trunk/lib/widgets/ephy-location-entry.c	(original)
+++ trunk/lib/widgets/ephy-location-entry.c	Fri Jan  2 11:51:19 2009
@@ -850,7 +850,7 @@
 	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",

Modified: trunk/lib/widgets/ephy-search-entry.c
==============================================================================
--- trunk/lib/widgets/ephy-search-entry.c	(original)
+++ trunk/lib/widgets/ephy-search-entry.c	Fri Jan  2 11:51:19 2009
@@ -141,7 +141,7 @@
 					 GTK_ENTRY_ICON_SECONDARY,
 					 _("Clear"));
 	g_signal_connect (entry,
-			  "icon-pressed",
+			  "icon-press",
 			  G_CALLBACK (search_entry_clear_cb),
 			  NULL);
 	g_signal_connect (entry,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]