From 5aee0deca12e14554ce0fa0d4b02613e99ba77a9 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Wed, 2 Dec 2009 17:01:24 -0500 Subject: Remove redundant parameters in location-set API EphyLocationEntry, EphyLocationAction and EphyToolbar take an @adress and @typed_address parameter, while both are useful we only end up using one so we can easily decide which one to use in ephy-window.c instead of carrying both around until ephy-location-entry.c Bonus: make ephy_location_entry_set_location accept NULL as @address safely. Bug #603651 --- src/ephy-toolbar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ephy-toolbar.h') diff --git a/src/ephy-toolbar.h b/src/ephy-toolbar.h index 13a3d7d5a..060a3ad5a 100644 --- a/src/ephy-toolbar.h +++ b/src/ephy-toolbar.h @@ -81,8 +81,7 @@ void ephy_toolbar_activate_location (EphyToolbar *toolbar); const char *ephy_toolbar_get_location (EphyToolbar *toolbar); void ephy_toolbar_set_location (EphyToolbar *toolbar, - const char *address, - const char *typed_address); + const char *address); void ephy_toolbar_set_navigation_actions (EphyToolbar *toolbar, gboolean back, -- cgit v1.2.3