summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.c b/menu.c
index d6d9e02d..7a18d042 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.33 2007-03-14 14:05:39 phintuka Exp $
+ * $Id: menu.c,v 1.34 2007-03-14 17:40:38 phintuka Exp $
*
*/
@@ -642,7 +642,7 @@ eOSState cDisplaySpuTracks::ProcessKey(eKeys Key)
if (track != oldTrack)
Show();
if (track != oldTrack) {
- cXinelibDevice::Instance().SetCurrentDvdSpuTrack(types[track]);
+ cXinelibDevice::Instance().SetCurrentDvdSpuTrack(types[track], true);
}
return timeout.TimedOut() ? osEnd : osContinue;
}