summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2014-08-25 19:53:32 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2014-08-29 08:20:05 -0500
commit454b81915589fd4e7f577c112447daafb5c50695 (patch)
tree352788243863773a39c339b90e9eb4cb1f3482bb /src
parentd718292a65443c862d8ac1985e06f073579f0e09 (diff)
downloadepiphany-454b81915589fd4e7f577c112447daafb5c50695.tar.gz
Revert "Always update location entry address if unfocused"
This reverts commit 64451de8f7c611d50a5200e89278dc1c6c08c4ca. https://bugzilla.gnome.org/show_bug.cgi?id=734952
Diffstat (limited to 'src')
-rw-r--r--src/ephy-location-controller.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-location-controller.c b/src/ephy-location-controller.c
index cfec21238..a7ed552ab 100644
--- a/src/ephy-location-controller.c
+++ b/src/ephy-location-controller.c
@@ -387,7 +387,6 @@ focus_out_event_cb (GtkWidget *entry,
{
priv->sync_address_is_blocked = FALSE;
g_signal_handlers_unblock_by_func (controller, G_CALLBACK (sync_address), entry);
- sync_address (controller, NULL, entry);
}
return FALSE;