summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 915f48e479..72912579f9 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -106,7 +106,7 @@ static int bookmark_menu_callback(int action,
106 case ACTION_REQUEST_MENUITEM: 106 case ACTION_REQUEST_MENUITEM:
107 if (this_item == &bookmark_load_menu_item) 107 if (this_item == &bookmark_load_menu_item)
108 { 108 {
109 if (bookmark_exist() == 0) 109 if (!bookmark_exists())
110 return ACTION_EXIT_MENUITEM; 110 return ACTION_EXIT_MENUITEM;
111 } 111 }
112 /* hide the bookmark menu if there is no playback */ 112 /* hide the bookmark menu if there is no playback */