diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-12-14 16:14:44 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-12-14 16:14:44 +0100 |
| commit | 47de3df6069296ba142cf6bd43e65e2ac484fbab (patch) | |
| tree | 6296dfbe8c4a9b5fe273abd0615cdf7fff61bcea | |
| parent | 3b39f8eba7740ada48af5e3b6e7b1aaa59e3356e (diff) | |
| parent | 687ca636ffffc4487d115dc6a41099aa41a839b0 (diff) | |
| download | enigma2-47de3df6069296ba142cf6bd43e65e2ac484fbab.tar.gz enigma2-47de3df6069296ba142cf6bd43e65e2ac484fbab.zip | |
Merge branch 'master' into experimental
| -rwxr-xr-x | mytest.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -60,7 +60,7 @@ config.misc.epgcache_filename = ConfigText(default = "/hdd/epg.dat") def setEPGCachePath(configElement): eEPGCache.getInstance().setCacheFile(configElement.value) -config.misc.epgcache_filename.addNotifier(setEPGCachePath) + #demo code for use of standby enter leave callbacks #def leaveStandby(): @@ -478,6 +478,8 @@ def runScreenTest(): else: session.open(screen, *args) + config.misc.epgcache_filename.addNotifier(setEPGCachePath) + runNextScreen(session, screensToRun) profile("Init:VolumeControl") |
