diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-01-06 16:11:20 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-01-06 16:11:20 +0100 |
commit | c232d074e05316a418320b5c5027aa68d53bc74a (patch) | |
tree | cc5d7f640b9eee77a4557a8ae5c1a11e4303b25e /global.h | |
parent | fc926f81da5ac3d0a310a7fc8c960aee2b04c9bb (diff) | |
download | vdr-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |