From 15dd9817a91d1c0b9a12f5dc5999d08c38c6d396 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 14 Oct 2003 11:36:37 +0000 Subject: Make location a normal entry. 2003-10-14 Marco Pesenti Gritti * lib/widgets/ephy-location-entry.c: (ephy_location_entry_class_init), (ephy_location_entry_construct_contents), (ephy_location_entry_init), (ephy_location_entry_activate): * lib/widgets/ephy-location-entry.h: * src/ephy-history-window.c: (confirmation_dialog_response_cb): * src/ephy-location-action.c: (remove_completion_actions), (add_completion_actions), (connect_proxy), (ephy_location_action_set_address): * src/ephy-location-action.h: * src/toolbar.c: * src/toolbar.h: Make location a normal entry. --- lib/widgets/ephy-location-entry.h | 4 ---- 1 file changed, 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 f516a1ad7..6445fad15 100644 --- a/lib/widgets/ephy-location-entry.h +++ b/lib/widgets/ephy-location-entry.h @@ -60,8 +60,6 @@ GType ephy_location_entry_get_type (void); GtkWidget *ephy_location_entry_new (void); -GtkWidget *ephy_location_entry_get_entry (EphyLocationEntry *le); - void ephy_location_entry_set_completion (EphyLocationEntry *le, GtkTreeModel *model, guint text_col, @@ -76,6 +74,4 @@ const char *ephy_location_entry_get_location (EphyLocationEntry *le); void ephy_location_entry_activate (EphyLocationEntry *le); -void ephy_location_entry_clear_history (EphyLocationEntry *le); - #endif -- cgit v1.2.3