From f99b293de4fd9b901d36420859e0945023bdfea2 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 13 Oct 2007 10:34:30 +0200 Subject: Added a missing SetVolumeDevice() call in cDevice::SetPrimaryDevice() --- device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'device.c') diff --git a/device.c b/device.c index 89f7f2fd..c4f99259 100644 --- a/device.c +++ b/device.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.c 1.143 2007/10/12 14:27:30 kls Exp $ + * $Id: device.c 1.144 2007/10/13 10:30:13 kls Exp $ */ #include "device.h" @@ -326,6 +326,7 @@ bool cDevice::SetPrimaryDevice(int n) primaryDevice = device[n]; primaryDevice->MakePrimaryDevice(true); primaryDevice->SetVideoFormat(Setup.VideoFormat); + primaryDevice->SetVolumeDevice(Setup.CurrentVolume); return true; } esyslog("ERROR: invalid primary device number: %d", n + 1); -- cgit v1.2.3