summaryrefslogtreecommitdiff
path: root/navit/xmlconfig.c
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-05-26 09:11:14 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-05-26 09:11:14 +0000
commitd682d5332453abba45258ec600350c694e81c362 (patch)
tree763356612efe21dc622e878dceba00ab290742d9 /navit/xmlconfig.c
parent36f26d925884091ee4866295dfd64eaf6f86e93b (diff)
downloadnavit-d682d5332453abba45258ec600350c694e81c362.tar.gz
Add:Core:Converted navigation to new scheme
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5509 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/xmlconfig.c')
-rw-r--r--navit/xmlconfig.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/navit/xmlconfig.c b/navit/xmlconfig.c
index a4fd2e5bf..e4c2b91ae 100644
--- a/navit/xmlconfig.c
+++ b/navit/xmlconfig.c
@@ -267,7 +267,6 @@ static struct object_func object_funcs[] = {
{ attr_icon, NEW(icon_new), NULL, NULL, NULL, NULL, ADD(element_add_attr)},
{ attr_image, NEW(image_new)},
{ attr_itemgra, NEW(itemgra_new), NULL, NULL, NULL, NULL, ADD(itemgra_add_attr)},
- { attr_navigation, NEW(navigation_new), GET(navigation_get_attr)},
{ attr_plugins, NEW(plugins_new), NULL, NULL, NULL, NULL, NULL, NULL, INIT(plugins_init)},
{ attr_plugin, NEW(plugin_new)},
{ attr_polygon, NEW(polygon_new), NULL, NULL, NULL, NULL, ADD(element_add_attr)},
@@ -295,6 +294,8 @@ object_func_lookup(enum attr_type type)
return &maps_func;
case attr_mapset:
return &mapset_func;
+ case attr_navigation:
+ return &navigation_func;
case attr_navit:
return &navit_func;
case attr_profile_option: