summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_action.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/tv_action.c')
-rw-r--r--apps/plugins/text_viewer/tv_action.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/text_viewer/tv_action.c b/apps/plugins/text_viewer/tv_action.c
index 2549709a5f..5226d90049 100644
--- a/apps/plugins/text_viewer/tv_action.c
+++ b/apps/plugins/text_viewer/tv_action.c
@@ -42,7 +42,8 @@ bool tv_init(const unsigned char *file)
42 return false; 42 return false;
43 43
44 /* load the preferences and bookmark */ 44 /* load the preferences and bookmark */
45 tv_load_settings(file); 45 if (!tv_load_settings(file))
46 return false;
46 47
47 /* select to read the page */ 48 /* select to read the page */
48 tv_select_bookmark(); 49 tv_select_bookmark();