From 6f64fef48bf1223288d530fc243b0bbfce689ffe Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Sun, 11 Dec 2011 17:54:49 +0100 Subject: if the initial channel is empty, the current channel is the startup channel --- dynamicdevice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynamicdevice.c') 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; } -- cgit v1.2.3