summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/tv_bookmark.c')
-rw-r--r--apps/plugins/text_viewer/tv_bookmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/text_viewer/tv_bookmark.c b/apps/plugins/text_viewer/tv_bookmark.c
index 61df02705e..78e4c60a83 100644
--- a/apps/plugins/text_viewer/tv_bookmark.c
+++ b/apps/plugins/text_viewer/tv_bookmark.c
@@ -224,7 +224,7 @@ void tv_select_bookmark(void)
224 } 224 }
225 225
226 /* move to the select position */ 226 /* move to the select position */
227 if (tv_get_preferences()->scroll_mode == PAGE) 227 if (tv_get_preferences()->vertical_scroll_mode == PAGE)
228 select_pos.line = 0; 228 select_pos.line = 0;
229 229
230 tv_move_screen(select_pos.page, select_pos.line, SEEK_SET); 230 tv_move_screen(select_pos.page, select_pos.line, SEEK_SET);