From: Aki Koskinen Date: Sun, 14 Feb 2010 14:31:33 +0000 (+0200) Subject: Use real home location X-Git-Url: https://vcs.maemo.org/git/?p=ptas;a=commitdiff_plain;h=fd90b72cfcc576c121c7a65f0029fafdf2f66fa6 Use real home location --- diff --git a/getmehome/lib-timeout-home-widget.c b/getmehome/lib-timeout-home-widget.c index e3f623d..0c04c5d 100644 --- a/getmehome/lib-timeout-home-widget.c +++ b/getmehome/lib-timeout-home-widget.c @@ -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