summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index 1e8f1e4f..a82f6b21 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c 1.330 2005/01/08 10:15:00 kls Exp $
+ * $Id: menu.c 1.331 2005/01/08 10:46:44 kls Exp $
*/
#include "menu.h"
@@ -2951,6 +2951,7 @@ eOSState cDisplayTracks::ProcessKey(eKeys Key)
if (track != oldTrack) {
Show();
cDevice::PrimaryDevice()->SetCurrentAudioTrack(types[track]);
+ Setup.CurrentDolby = IS_DOLBY_TRACK(types[track]);
}
return timeout.TimedOut() ? osEnd : osContinue;
}