aboutsummaryrefslogtreecommitdiff
path: root/src/uplanfahrwin.c
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-10-09 19:21:27 +0200
committerGuido Günther <agx@sigxcpu.org>2014-12-21 14:01:16 +0100
commit74cba64e69aa7dc58484c31e81929bd963357bc4 (patch)
tree3ccf3f12a1a3745ac242ad0cfae631411f8c3dd8 /src/uplanfahrwin.c
parentbe20859dc943ea5f27785f8cdbea365094ba2958 (diff)
Don't rely on start being resolved before end
in the worst case we waited 30 seconds for the first result
Diffstat (limited to 'src/uplanfahrwin.c')
-rw-r--r--src/uplanfahrwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uplanfahrwin.c b/src/uplanfahrwin.c
index 541cfc0..b5ae446 100644
--- a/src/uplanfahrwin.c
+++ b/src/uplanfahrwin.c
@@ -629,6 +629,7 @@ initial_got_start (GSList *locs, gpointer user_data, GError *err)
}
set_loc (locs->data, view, TRUE);
+ u_planfahr_get_trips (view);
}