summaryrefslogtreecommitdiff
path: root/apps/gui/yesno.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/yesno.c')
-rw-r--r--apps/gui/yesno.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/yesno.c b/apps/gui/yesno.c
index 74e3ad05a7..b754d5e477 100644
--- a/apps/gui/yesno.c
+++ b/apps/gui/yesno.c
@@ -166,7 +166,7 @@ enum yesno_res gui_syncyesno_run(const struct text_message * main_message,
166#else 166#else
167 viewportmanager_theme_enable(i, true, yn[i].vp); 167 viewportmanager_theme_enable(i, true, yn[i].vp);
168#endif 168#endif
169 screens[i].stop_scroll(); 169 screens[i].scroll_stop();
170 gui_yesno_draw(&(yn[i])); 170 gui_yesno_draw(&(yn[i]));
171 } 171 }
172 172
@@ -231,7 +231,7 @@ enum yesno_res gui_syncyesno_run(const struct text_message * main_message,
231 231
232 FOR_NB_SCREENS(i) 232 FOR_NB_SCREENS(i)
233 { 233 {
234 screens[i].scroll_stop(yn[i].vp); 234 screens[i].scroll_stop_viewport(yn[i].vp);
235 viewportmanager_theme_undo(i, true); 235 viewportmanager_theme_undo(i, true);
236 } 236 }
237 237