From 5367392ad87a4ea0cb698b2d19713a12a18aa3d0 Mon Sep 17 00:00:00 2001 From: martin-s Date: Thu, 18 Dec 2008 19:00:54 +0000 Subject: [PATCH] Fix:Core:Display nav_destination git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1835 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/osd/core/osd_core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/navit/navit/osd/core/osd_core.c b/navit/navit/osd/core/osd_core.c index 9021fec..e63c455 100644 --- a/navit/navit/osd/core/osd_core.c +++ b/navit/navit/osd/core/osd_core.c @@ -1285,8 +1285,7 @@ osd_nav_next_turn_draw(struct nav_next_turn *this, struct navit *navit, if (mr) while ((item = map_rect_get_item(mr)) && (item->type == type_nav_position || item->type == type_nav_none)); - - if (item && item->type != type_nav_destination) { + if (item) { name = item_to_name(item->type); dbg(0, "name=%s\n", name); if (this->active != 1 || this->last_name != name) { -- 2.7.4