discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=b6104ce00407d368455f2b840e2b80c609babf9d

commit b6104ce00407d368455f2b840e2b80c609babf9d
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Fri Nov 7 21:56:06 2014 +0100

    modules/geolocation: Keep the UI indicator in off state at start
---
 src/modules/geoclue2/e_mod_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/geoclue2/e_mod_main.c 
b/src/modules/geoclue2/e_mod_main.c
index 26a6327..c69607e 100644
--- a/src/modules/geoclue2/e_mod_main.c
+++ b/src/modules/geoclue2/e_mod_main.c
@@ -94,6 +94,7 @@ _gc_init(E_Gadcon *gc, const char *name, const char *id, 
const char *style)
    inst->o_geoclue2 = o;
 
    inst->in_use = EINA_FALSE;
+   edje_object_signal_emit(inst->o_geoclue2, "e,state,location_off", "e");
 
    evas_object_event_callback_add(inst->o_geoclue2,
                                   EVAS_CALLBACK_MOUSE_DOWN,

-- 


Reply via email to