From fd90b72cfcc576c121c7a65f0029fafdf2f66fa6 Mon Sep 17 00:00:00 2001 From: Aki Koskinen Date: Sun, 14 Feb 2010 16:31:33 +0200 Subject: [PATCH] Use real home location --- getmehome/lib-timeout-home-widget.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 1.7.9.5