summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-11-12 15:53:36 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2014-11-13 11:22:44 +0100
commitb3cc41c736ec1e8aafae9d927bf6b5dbdd0c04a3 (patch)
tree5754100e9f578d59b097c22dc85ff9785a08b2e8
parente177a637198e230e226f35ae3f335601d7d7f66a (diff)
downloadenlightenment-b3cc41c736ec1e8aafae9d927bf6b5dbdd0c04a3.tar.gz
modules/geoloation: Do not stop the client for now as we cannot enable it again
There is a problem with GeoClue2 version 2.0.0 that does not allow to start a client again after stopping it. Need to investigate newer versions about this. For now keep it running until it times out.
-rw-r--r--src/modules/geolocation/e_mod_main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/geolocation/e_mod_main.c b/src/modules/geolocation/e_mod_main.c
index 7debcaa9eb..7c32b5ef05 100644
--- a/src/modules/geolocation/e_mod_main.c
+++ b/src/modules/geolocation/e_mod_main.c
@@ -168,7 +168,9 @@ _geolocation_cb_mouse_down(void *data, Evas *evas __UNUSED__, Evas_Object *obj _
if (inst->popup)
{
popup_del(inst);
- geo_clue2_client_stop_call(inst->client, cb_client_stop, inst);
+ /* FIXME: There is a problem with starting a client again after stopping it in
+ * GeoClue2 2.0.0 Need to test with a newer version to see if that is solved */
+ //geo_clue2_client_stop_call(inst->client, cb_client_stop, inst);
}
else
{