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.
This commit is contained in:
Stefan Schmidt 2014-11-12 15:53:36 +01:00 committed by Mike Blumenkrantz
parent 946390c62a
commit 0d9eaa3647
1 changed files with 3 additions and 1 deletions

View File

@ -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
{