diff options
author | Hermet Park <hermetpark@gmail.com> | 2019-12-30 16:00:56 +0900 |
---|---|---|
committer | Hermet Park <hermetpark@gmail.com> | 2019-12-30 16:00:56 +0900 |
commit | d6a3eb3dec95730074bcd64df66261072bfc9111 (patch) | |
tree | 1ff81e9c77dc45ba0634a9c8b87b4cbd85c7bad8 /src/bin/widgets_list_2_grouped.c | |
parent | 7746bbb039556c093d4b2512ffec5358cc3d2708 (diff) |
containing ui setup steps in the profiling again.
This change is for compatibility to compare the new measurement with the past existing ones.
Now we proprly fix the missing setup steps in the profiling.
Diffstat (limited to 'src/bin/widgets_list_2_grouped.c')
-rw-r--r-- | src/bin/widgets_list_2_grouped.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/widgets_list_2_grouped.c b/src/bin/widgets_list_2_grouped.c index 0f849c4..07610ac 100644 --- a/src/bin/widgets_list_2_grouped.c +++ b/src/bin/widgets_list_2_grouped.c | |||
@@ -150,8 +150,7 @@ void FNAME(void); | |||
150 | # ifndef UI | 150 | # ifndef UI |
151 | void FNAME(void) | 151 | void FNAME(void) |
152 | { | 152 | { |
153 | _setup(); | 153 | ui_func_set(_key, _loop, _setup); |
154 | ui_func_set(_key, _loop); | ||
155 | } | 154 | } |
156 | # endif | 155 | # endif |
157 | #endif | 156 | #endif |