diff options
| author | horchi <vdr@jwendel.de> | 2015-10-11 13:40:08 +0200 |
|---|---|---|
| committer | horchi <vdr@jwendel.de> | 2015-10-11 13:40:08 +0200 |
| commit | 8cfff6e0c49750b334172c7e79bf9d4dc39383ab (patch) | |
| tree | bdd78eac61983d68a173f0b473f030be2b0c2ff7 | |
| parent | 09fea217e4e138512c0bd344a7598bc6b05d9501 (diff) | |
| download | vdr-plugin-seduatmo-8cfff6e0c49750b334172c7e79bf9d4dc39383ab.tar.gz vdr-plugin-seduatmo-8cfff6e0c49750b334172c7e79bf9d4dc39383ab.tar.bz2 | |
0.0.3 - fixed menu handling
| -rw-r--r-- | HISTORY | 3 | ||||
| -rw-r--r-- | seduatmo.c | 4 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,9 @@ VDR Plugin 'seduatmo' Revision History -------------------------------------- +2015-10-11: Version 0.0.3 + Fixed menu handling + 2012-11-26: Version 0.0.2 2012-11-07: Version 0.0.1 @@ -16,7 +16,7 @@ // //*************************************************************************** -static const char *VERSION = "0.0.2"; +static const char *VERSION = "0.0.3"; static const char *DESCRIPTION = "sedu ambi light control with data from softhddevice"; static const char *MAINMENUENTRY = "Seduatmo"; @@ -148,6 +148,8 @@ eOSState cSeduPluginMenu::ProcessKey(eKeys key) plugin->stopAtmo(); else if (cfg.viewMode != cSeduService::vmDetached && !plugin->isRunning()) plugin->startAtmo(); + + Display(); } if (key == kOk) |
