Index: apps/onplay.c
===================================================================
RCS file: /cvsroot/rockbox/apps/onplay.c,v
retrieving revision 1.78
diff -u -r1.78 onplay.c
--- apps/onplay.c	26 Mar 2006 11:33:41 -0000	1.78
+++ apps/onplay.c	2 Apr 2006 15:20:43 -0000
@@ -884,7 +884,7 @@
             }
         }
 
-        if (!(attr & ATTR_DIRECTORY))
+        if (!(attr & ATTR_DIRECTORY) && context == CONTEXT_TREE)
         {
             items[i].desc = ID2P(LANG_ONPLAY_OPEN_WITH);
             items[i].function = list_viewers;
