diff options
Diffstat (limited to 'src/bin/widgets_list_2_grouped.c')
-rw-r--r-- | src/bin/widgets_list_2_grouped.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/widgets_list_2_grouped.c b/src/bin/widgets_list_2_grouped.c index 86dd275..0f849c4 100644 --- a/src/bin/widgets_list_2_grouped.c +++ b/src/bin/widgets_list_2_grouped.c | |||
@@ -150,8 +150,8 @@ void FNAME(void); | |||
150 | # ifndef UI | 150 | # ifndef UI |
151 | void FNAME(void) | 151 | void FNAME(void) |
152 | { | 152 | { |
153 | ui_func_set(_key, _loop); | ||
154 | _setup(); | 153 | _setup(); |
154 | ui_func_set(_key, _loop); | ||
155 | } | 155 | } |
156 | # endif | 156 | # endif |
157 | #endif | 157 | #endif |