GNOME Bugzilla – Bug 603651
Remove redundant parameters in location-entry/action/toolbar API
Last modified: 2009-12-04 18:11:54 UTC
Patch follows.
Created attachment 148957 [details] [review] Remove redundant parameters in location-set API EphyLocationEntry, EphyLocationAction and EphyToolbar were carrying around an extra typed_address parameter that is not really used. In the process, make ephy_location_entry_set_location accept NULL as @address safely. Bug #603651
You can also remove the typed_address member in the EphyLocationAction private data, since it's not used anymore. Also, I'd clarify in the comment that the parameters *are* used, but that the decision can be made in EphyWindow about which one we need instead of passing them along all widgets.
Comment on attachment 148957 [details] [review] Remove redundant parameters in location-set API 5aee0deca12e14554ce0fa0d4b02613e99ba77a9
Done with your comments.