Use real home location getmehome
authorAki Koskinen <maemo@akikoskinen.info>
Sun, 14 Feb 2010 14:31:33 +0000 (16:31 +0200)
committerAki Koskinen <maemo@akikoskinen.info>
Sun, 14 Feb 2010 14:31:54 +0000 (16:31 +0200)
getmehome/lib-timeout-home-widget.c

index e3f623d..0c04c5d 100644 (file)
@@ -39,8 +39,12 @@ char debugStr[1024];
 void start_location_tracking();
 void stop_location_tracking();
 
-KKJ destinationX = 2552414;
-KKJ destinationY = 6673664;
+// Railway station
+//KKJ destinationX = 2552414;
+//KKJ destinationY = 6673664;
+// Home
+KKJ destinationX = 2544607;
+KKJ destinationY = 6683661;
 
 #define IDLE 0
 #define SEARCHING_LOCATION 1