summaryrefslogtreecommitdiff
path: root/displaychannel.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-03-22 08:29:52 +0100
committerlouis <louis.braun@gmx.de>2015-03-22 08:29:52 +0100
commitd1ea7bd4a467463b939029aa76c43bae4e58b73f (patch)
treec515cf4c606e017f24b28c92e053bb385437fd47 /displaychannel.c
parent9c93fbc0726ff54f2070837ac821ef3d258dfd30 (diff)
downloadvdr-plugin-skindesigner-d1ea7bd4a467463b939029aa76c43bae4e58b73f.tar.gz
vdr-plugin-skindesigner-d1ea7bd4a467463b939029aa76c43bae4e58b73f.tar.bz2
add detached option for viewelements
Diffstat (limited to 'displaychannel.c')
-rw-r--r--displaychannel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/displaychannel.c b/displaychannel.c
index 711f05a..bb447d3 100644
--- a/displaychannel.c
+++ b/displaychannel.c
@@ -22,11 +22,13 @@ cSDDisplayChannel::cSDDisplayChannel(cTemplate *channelTemplate, bool WithInfo)
doOutput = false;
return;
}
+ esyslog("skindesigner: displaychannel opened");
}
cSDDisplayChannel::~cSDDisplayChannel() {
if (channelView)
delete channelView;
+ esyslog("skindesigner: displaychannel closed");
}
void cSDDisplayChannel::SetChannel(const cChannel *Channel, int Number) {