summaryrefslogtreecommitdiff
path: root/navit/gui/qml/bookmarksProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/gui/qml/bookmarksProxy.h')
-rw-r--r--navit/gui/qml/bookmarksProxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/gui/qml/bookmarksProxy.h b/navit/gui/qml/bookmarksProxy.h
index de48898a0..8063a2058 100644
--- a/navit/gui/qml/bookmarksProxy.h
+++ b/navit/gui/qml/bookmarksProxy.h
@@ -51,7 +51,7 @@ public slots:
while ((item=bookmarks_get_item(mattr.u.bookmarks))) {
QString label;
QString path;
-
+
if (item->type != type_bookmark && item->type != type_bookmark_folder) continue;
if (!item_attr_get(item, attr_label, &attr)) continue;
label=QString::fromLocal8Bit(attr.u.str);