summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.c b/menu.c
index 31d40216..d7fbea9d 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c,v 1.27 2006-12-24 09:43:59 phintuka Exp $
+ * $Id: menu.c,v 1.28 2006-12-24 10:54:04 phintuka Exp $
*
*/
@@ -651,7 +651,7 @@ eOSState cMenuXinelib::ProcessKey(eKeys Key)
return osEnd;
case osUser6:
cControl::Shutdown();
- cControl::Launch(new cXinelibPlayerControl("cdda:/"));
+ cControl::Launch(new cXinelibPlayerControl(ShowMusic, "cdda:/"));
return osEnd;
case osUser5:
AddSubMenu(new cDvdSpuTrackSelect());