summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index 4522859f57..184281ba87 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -667,7 +667,7 @@ static char* select_bookmark(const char* bookmark_file_name, bool show_dont_resu
667 item--; 667 item--;
668 } 668 }
669 669
670 if (item != last_item && talk_menus_enabled()) 670 if (item != last_item && global_settings.talk_menu)
671 { 671 {
672 last_item = item; 672 last_item = item;
673 673