diff options
author | Martin Prochnow <nordlicht@martins-kabuff.de> | 2006-03-14 16:45:35 +0100 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2006-03-14 16:45:35 +0100 |
commit | dda6babd28ffef10bed47f53f2b4a9168fa90a67 (patch) | |
tree | 961f4e90c9b8014ee347b1eaa5b2b67a63f1bb36 /mymenumoverecording.c | |
parent | 69ab28fe3563ca25153a7bc5bfab003f6c23d9aa (diff) | |
download | vdr-plugin-extrecmenu-0.5.tar.gz vdr-plugin-extrecmenu-0.5.tar.bz2 |
Version 0.5v0.5
- improved updating of moved or renamed recordings - updating should be faster now
- added patch and option to replace VDR's recordings menu; thanks to 'egal' from vdr-portal.de
- fixed the settings of tabs
- month of a recording was shown the wrong way - fixed
Diffstat (limited to 'mymenumoverecording.c')
-rw-r--r-- | mymenumoverecording.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mymenumoverecording.c b/mymenumoverecording.c index 198198f..6435c51 100644 --- a/mymenumoverecording.c +++ b/mymenumoverecording.c @@ -174,7 +174,8 @@ eOSState myMenuMoveRecording::MoveRec() if(result) { // update recordings list - Recordings.Update(true); + Recordings.AddByName(newfilename); + Recordings.Del(recording,false); // update menu menurecordings->Set(true); // close move-recordings-menu |