summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2015-10-11 13:40:08 +0200
committerhorchi <vdr@jwendel.de>2015-10-11 13:40:08 +0200
commit8cfff6e0c49750b334172c7e79bf9d4dc39383ab (patch)
treebdd78eac61983d68a173f0b473f030be2b0c2ff7
parent09fea217e4e138512c0bd344a7598bc6b05d9501 (diff)
downloadvdr-plugin-seduatmo-8cfff6e0c49750b334172c7e79bf9d4dc39383ab.tar.gz
vdr-plugin-seduatmo-8cfff6e0c49750b334172c7e79bf9d4dc39383ab.tar.bz2
0.0.3 - fixed menu handling
-rw-r--r--HISTORY3
-rw-r--r--seduatmo.c4
2 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 7562af7..a83b5ef 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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
diff --git a/seduatmo.c b/seduatmo.c
index da1e8b2..2764603 100644
--- a/seduatmo.c
+++ b/seduatmo.c
@@ -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)