summaryrefslogtreecommitdiff
path: root/dynamicdevice.c
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-12-11 17:54:49 +0100
committerLars Hanisch <dvb@flensrocker.de>2011-12-11 17:54:49 +0100
commit6f64fef48bf1223288d530fc243b0bbfce689ffe (patch)
tree46fdc5f77fc83648cb15664684bfb56b86717c28 /dynamicdevice.c
parente5899689c72ef8b583d08f79290739abafe2d7a2 (diff)
downloadvdr-plugin-dynamite-6f64fef48bf1223288d530fc243b0bbfce689ffe.tar.gz
vdr-plugin-dynamite-6f64fef48bf1223288d530fc243b0bbfce689ffe.tar.bz2
if the initial channel is empty, the current channel is the startup channelv0.0.8g
Diffstat (limited to 'dynamicdevice.c')
-rw-r--r--dynamicdevice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamicdevice.c b/dynamicdevice.c
index 3a499fc..bf643ca 100644
--- a/dynamicdevice.c
+++ b/dynamicdevice.c
@@ -227,7 +227,7 @@ attach:
cString osdMsg = cString::sprintf(tr("attached %s"), DevPath);
Skins.QueueMessage(mtInfo, *osdMsg);
}
- cDynamiteStatus::SetInitialChannel();
+ cDynamiteStatus::SetStartupChannel();
return ddrcSuccess;
}