Changes: disabled selection on the route detail table
[ptas] / getmehome / lib-timeout-home-widget.c
index 6eb701c..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
@@ -82,7 +86,7 @@ void get_me_home(KKJ x, KKJ y)
 
     // Open the browser
     char command[1024];
-    sprintf(command, "browser_dbuscmd.sh load_url %s", url);
+    sprintf(command, "browser_dbuscmd.sh load_url \"%s\"", url);
     system(command);
 }