GNOME Bugzilla – Bug 668305
location-controller: use the right signal data to unblock signal
Last modified: 2012-01-20 03:48:27 UTC
Fix for a regression of the refactoring of EphyLocationEntry/EphyLocationAction
Created attachment 205661 [details] [review] location-controller: use the right signal data to unblock signal We were using priv->proxy, which is a leftover from when this was a GtkAction, and is actually always NULL. Use the right pointer instead. Fix location entry failing to properly update the address when switching tabs.
Created attachment 205663 [details] [review] location-controller: remove references to "proxy" We're not a GtkAction anymore, so referencing "proxy" in the code is a bit misleading.
Review of attachment 205661 [details] [review]: Good catch.
Review of attachment 205663 [details] [review]: OK.
Pushed these to master