From 74cba64e69aa7dc58484c31e81929bd963357bc4 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 9 Oct 2014 19:21:27 +0200 Subject: Don't rely on start being resolved before end in the worst case we waited 30 seconds for the first result --- src/uplanfahrwin.c | 1 + 1 file changed, 1 insertion(+) 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); } -- cgit v1.2.3