diff options
Diffstat (limited to 'apps/plugins/text_viewer/tv_bookmark.c')
| -rw-r--r-- | apps/plugins/text_viewer/tv_bookmark.c | 2 |
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 d379c92..d569ed8 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) } /* move to the select position */ - if (preferences->vertical_scroll_mode == PAGE) + if (preferences->vertical_scroll_mode == VS_PAGE) select_pos.line = 0; tv_move_screen(select_pos.page, select_pos.line, SEEK_SET); |