summaryrefslogtreecommitdiff
path: root/ci.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-10-02 12:59:53 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-10-02 12:59:53 +0200
commit2fc075f5f93d0207afc27e88659cedc66d392204 (patch)
tree319d40b593da5666f90fd6c408da2dbe7e11dfbb /ci.c
parent8302d81af2cce691722b5f3b22b0fc0f309c68a5 (diff)
downloadvdr-2fc075f5f93d0207afc27e88659cedc66d392204.tar.gz
vdr-2fc075f5f93d0207afc27e88659cedc66d392204.tar.bz2
The CAM menu now automatically updates itself in case of a progress display
Diffstat (limited to 'ci.c')
-rw-r--r--ci.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/ci.c b/ci.c
index 4e341d75..a0c63d65 100644
--- a/ci.c
+++ b/ci.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: ci.c 1.28 2005/09/17 11:43:08 kls Exp $
+ * $Id: ci.c 1.29 2005/10/02 12:51:42 kls Exp $
*/
#include "ci.h"
@@ -1229,6 +1229,11 @@ bool cCiMenu::AddEntry(char *s)
return false;
}
+bool cCiMenu::HasUpdate(void)
+{
+ return mmi->HasUserIO();
+}
+
bool cCiMenu::Select(int Index)
{
cMutexLock MutexLock(&mutex);