diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-10-02 12:59:53 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-10-02 12:59:53 +0200 |
commit | 2fc075f5f93d0207afc27e88659cedc66d392204 (patch) | |
tree | 319d40b593da5666f90fd6c408da2dbe7e11dfbb /ci.c | |
parent | 8302d81af2cce691722b5f3b22b0fc0f309c68a5 (diff) | |
download | vdr-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.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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); |