adapted plugin setup to support skin setups

This commit is contained in:
louis
2015-01-20 09:29:16 +01:00
parent f72a1856cb
commit 3bcda748cd
15 changed files with 451 additions and 149 deletions

View File

@@ -307,8 +307,9 @@ void cDisplayChannelView::ClearScreenResolution(void) {
}
void cDisplayChannelView::DrawScraperContent(const cEvent *event) {
if (!event)
if (!event) {
return;
}
if (!ViewElementImplemented(veScraperContent)) {
return;