summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2009-01-06 16:11:20 +0100
committerJochen Dolze <vdr@dolze.de>2009-01-06 16:11:20 +0100
commitc232d074e05316a418320b5c5027aa68d53bc74a (patch)
treecc5d7f640b9eee77a4557a8ae5c1a11e4303b25e /global.h
parentfc926f81da5ac3d0a310a7fc8c960aee2b04c9bb (diff)
downloadvdr-plugin-infosatepg-c232d074e05316a418320b5c5027aa68d53bc74a.tar.gz
vdr-plugin-infosatepg-c232d074e05316a418320b5c5027aa68d53bc74a.tar.bz2
Improved device chooser
Improved status handling Added italian translations (thanks to Diego Pierotto)
Diffstat (limited to 'global.h')
-rw-r--r--global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.h b/global.h
index 0201758..e7a4810 100644
--- a/global.h
+++ b/global.h
@@ -125,9 +125,9 @@ public:
cGlobalInfosatepg();
~cGlobalInfosatepg();
cGlobalInfosatdata Infosatdata[EPG_DAYS+1];
- cDevice *dev;
void SetWakeupTime(int Time)
{
+ dsyslog("infosatepg: time=%i",Time);
if (Time==-1) return;
if (wakeuptime!=-1) return; // already set
int hour,minute;