From 90e79ffec92b47fbc6ad8b575b9691b1f7621f3b Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 18 Jan 2012 12:59:57 -0500 Subject: entry: make EphyLocationEntry a GtkEntry Instead of a GtkToolItem. A future commit will move the code in EphyLocationAction not to be a GtkAction, which is why this was a GtkToolItem in the first place. https://bugzilla.gnome.org/show_bug.cgi?id=668206 --- lib/widgets/ephy-location-entry.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/widgets/ephy-location-entry.h') diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h index b1abd624a..6d40f3d2c 100644 --- a/lib/widgets/ephy-location-entry.h +++ b/lib/widgets/ephy-location-entry.h @@ -43,7 +43,7 @@ typedef struct _EphyLocationEntryPrivate EphyLocationEntryPrivate; struct _EphyLocationEntryClass { - GtkToolItemClass parent_class; + GtkEntryClass parent_class; /* Signals */ void (* user_changed) (EphyLocationEntry *entry); @@ -55,7 +55,7 @@ struct _EphyLocationEntryClass struct _EphyLocationEntry { - GtkToolItem parent_object; + GtkEntry parent_object; /*< private >*/ EphyLocationEntryPrivate *priv; @@ -97,8 +97,6 @@ void ephy_location_entry_undo_reset (EphyLocationEntry *entry); void ephy_location_entry_activate (EphyLocationEntry *entry); -GtkWidget *ephy_location_entry_get_entry (EphyLocationEntry *entry); - void ephy_location_entry_set_favicon (EphyLocationEntry *entry, GdkPixbuf *pixbuf); -- cgit v1.2.3