summaryrefslogtreecommitdiff
path: root/navit/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/gui.c')
-rw-r--r--navit/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/gui.c b/navit/gui.c
index 072e0261f..662fa388e 100644
--- a/navit/gui.c
+++ b/navit/gui.c
@@ -55,7 +55,7 @@ gui_new(struct attr *parent, struct attr **attrs)
int
gui_get_attr(struct gui *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter)
{
- return attr_generic_get_attr(this_->attrs, type, attr, iter);
+ return attr_generic_get_attr(this_->attrs, NULL, type, attr, iter);
}
struct menu *