X-Git-Url: http://git.maemo.org/git/?p=navit-package;a=blobdiff_plain;f=navit%2Fxmlconfig.c;fp=navit%2Fxmlconfig.c;h=0472405133de5b92c3f2b308f773a706d37d0c32;hp=76d3d96b6104573d96c4fd10cc19d178a1f38fc0;hb=2aefaff78ef92c2f07fb45239318d96306c8e688;hpb=1ac8b0238357a06c8f6e540b141bc2dce14e3a57 diff --git a/navit/xmlconfig.c b/navit/xmlconfig.c index 76d3d96..0472405 100644 --- a/navit/xmlconfig.c +++ b/navit/xmlconfig.c @@ -265,7 +265,7 @@ static struct object_func object_funcs[] = { { attr_speech, NEW(speech_new), GET(speech_get_attr), NULL, NULL, SET(speech_set_attr)}, { attr_text, NEW(text_new)}, { attr_tracking, NEW(tracking_new)}, - { attr_vehicle, NEW(vehicle_new), GET(vehicle_get_attr), NULL, NULL, NULL, ADD(vehicle_add_attr) }, + { attr_vehicle, NEW(vehicle_new), GET(vehicle_get_attr), NULL, NULL, SET(vehicle_set_attr), ADD(vehicle_add_attr) }, { attr_vehicleprofile, NEW(vehicleprofile_new), GET(vehicleprofile_get_attr), NULL, NULL, SET(vehicleprofile_set_attr), ADD(vehicleprofile_add_attr) }, };