[epiphany/gnome-3-12] Revert "Always update location entry address if unfocused"



commit ebfc998537ab4201ee07ea7714d03e523c418cf4
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Sep 7 10:17:06 2014 -0500

    Revert "Always update location entry address if unfocused"
    
    This reverts commit 32e2936e56f99db869767a4572e8f0652f4fc6c3.

 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 6c6160a..e770b11 100644
--- a/src/ephy-location-controller.c
+++ b/src/ephy-location-controller.c
@@ -391,7 +391,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]