summaryrefslogtreecommitdiff
path: root/ci.c
diff options
context:
space:
mode:
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);