From c589150d5897953fc5cbd371cf1cbcc763723a56 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 30 Jul 2004 06:24:38 +0000 Subject: Moved the Open With option down in the ON+Play menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4976 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index 3ea08fd9e5..5ef595a774 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -409,13 +409,6 @@ int onplay(char* file, int attr) selected_file = file; selected_file_attr = attr; - if (!(attr & ATTR_DIRECTORY)) - { - items[i].desc = ID2P(LANG_ONPLAY_OPEN_WITH); - items[i].function = list_viewers; - i++; - } - if (((attr & TREE_ATTR_MASK) == TREE_ATTR_MPA) || (attr & ATTR_DIRECTORY) || ((attr & TREE_ATTR_MASK) == TREE_ATTR_M3U)) @@ -441,6 +434,13 @@ int onplay(char* file, int attr) items[i].function = delete_dir; i++; } + + if (!(attr & ATTR_DIRECTORY)) + { + items[i].desc = ID2P(LANG_ONPLAY_OPEN_WITH); + items[i].function = list_viewers; + i++; + } } items[i].desc = ID2P(LANG_CREATE_DIR); -- cgit v1.2.3