[epiphany] Revert "Always update location entry address if unfocused"



commit 454b81915589fd4e7f577c112447daafb5c50695
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Aug 25 19:53:32 2014 -0500

    Revert "Always update location entry address if unfocused"
    
    This reverts commit 64451de8f7c611d50a5200e89278dc1c6c08c4ca.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734952

 src/ephy-location-controller.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-location-controller.c b/src/ephy-location-controller.c
index cfec212..a7ed552 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]