diff options
author | Timo Eskola <timo@tolleri.net> | 2018-08-28 13:26:41 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2018-08-28 13:26:41 +0300 |
commit | 6deebe52d29a5401e88b0a9337c387a66ee04ea8 (patch) | |
tree | 98096d0a44b4a3f168cf1295428b963ef9535017 /menu.c | |
parent | 2f4ac127c3a0948fae9b22226e235b867908b6c3 (diff) | |
download | vdr-plugin-duplicates-6deebe52d29a5401e88b0a9337c387a66ee04ea8.tar.gz vdr-plugin-duplicates-6deebe52d29a5401e88b0a9337c387a66ee04ea8.tar.bz2 |
Moved Set to correct place.
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -610,8 +610,8 @@ eOSState cMenuDuplicates::ProcessKey(eKeys Key) { recordingsStateKey.Remove(); #else if (Recordings.StateChanged(recordingsState)) { - Set(true); #endif + Set(true); } if (Key != kNone) SetHelpKeys(); |