From 1c5d0b41eebdb4f8c627b1a0e5f7b699f0b08fb8 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 3 Apr 2013 16:33:23 +0200 Subject: scroll_engine: Rename scroll_stop* functions to be more consistent with the lcd api. Change-Id: I8ada10b96bfb628cca0331689e8b936ae47c7e1c --- apps/gui/yesno.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/gui/yesno.c') 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, #else viewportmanager_theme_enable(i, true, yn[i].vp); #endif - screens[i].stop_scroll(); + screens[i].scroll_stop(); gui_yesno_draw(&(yn[i])); } @@ -231,7 +231,7 @@ enum yesno_res gui_syncyesno_run(const struct text_message * main_message, FOR_NB_SCREENS(i) { - screens[i].scroll_stop(yn[i].vp); + screens[i].scroll_stop_viewport(yn[i].vp); viewportmanager_theme_undo(i, true); } -- cgit v1.2.3