discomfitor pushed a commit to branch master.

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

commit 7dbea1c1f13e49d93c8cfb0607ccad15f9fbba4a
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Wed Nov 12 17:01:20 2014 +0100

    module/geolocation: No need to init and shutdown eldbus as E handles that
    
    Another thing spotted by the review from zmike.
---
 src/modules/geolocation/e_mod_main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/modules/geolocation/e_mod_main.c 
b/src/modules/geolocation/e_mod_main.c
index efe97ae..a582548 100644
--- a/src/modules/geolocation/e_mod_main.c
+++ b/src/modules/geolocation/e_mod_main.c
@@ -321,7 +321,6 @@ _gc_init(E_Gadcon *gc, const char *name, const char *id, 
const char *style)
    E_Gadcon_Client *gcc;
    Instance *inst;
 
-   eldbus_init();
    inst = E_NEW(Instance, 1);
 
    o = edje_object_add(gc->evas);
@@ -382,7 +381,6 @@ _gc_shutdown(E_Gadcon_Client *gcc)
    geo_clue2_manager_proxy_unref(inst->manager);
    eldbus_connection_unref(inst->conn);
    free(inst);
-   eldbus_shutdown();
 }
 
 static void

-- 


Reply via email to