summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'device.c')
-rw-r--r--device.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/device.c b/device.c
index f9b9c900..0ffdfb97 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c,v 1.61 2008-11-18 15:14:40 phintuka Exp $
+ * $Id: device.c,v 1.62 2008-11-18 15:17:14 phintuka Exp $
*
*/
@@ -323,6 +323,8 @@ void cXinelibDevice::MakePrimaryDevice(bool On)
{
TRACEF("cXinelibDevice::MakePrimaryDevice");
+ cDevice::MakePrimaryDevice(On);
+
if(On)
new cXinelibOsdProvider(this);
}