summaryrefslogtreecommitdiff
path: root/navit/popup.c
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-05-05 18:42:04 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-05-05 18:42:04 +0000
commit8a838a074943d8749bfe8e30ebae40623e8e8e07 (patch)
tree0eb3020bc473dd44b399e163842021299ec5dde5 /navit/popup.c
parent7e55b267dde850ebc6b97efc9174ee244c831e13 (diff)
downloadnavit-svn-8a838a074943d8749bfe8e30ebae40623e8e8e07.tar.gz
Add:Core:Made routing optionally asynchronous
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2254 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/popup.c')
-rw-r--r--navit/popup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/popup.c b/navit/popup.c
index 67f8ecd2..1f347c18 100644
--- a/navit/popup.c
+++ b/navit/popup.c
@@ -72,7 +72,7 @@ popup_set_destination(struct navit *nav, struct pcoord *pc)
transform_to_geo(transform_get_projection(navit_get_trans(nav)), &c, &g);
coord_format(g.lat,g.lng,DEGREES_MINUTES_SECONDS,buffer_geo,sizeof(buffer_geo));
sprintf(buffer,"Map Point %s", buffer_geo);
- navit_set_destination(nav, pc, buffer);
+ navit_set_destination(nav, pc, buffer, 1);
}
static void