summaryrefslogtreecommitdiff
path: root/mymenurecordings.c
diff options
context:
space:
mode:
authorMartin Prochnow <nordlicht@martins-kabuff.de>2006-03-31 19:31:30 +0200
committerAndreas Mair <andreas@vdr-developer.org>2006-03-31 19:31:30 +0200
commitc849f2898257df19fddb97ac99c392c410f120d1 (patch)
tree86ed2e867a184513f35ee069caa4b1dd70285120 /mymenurecordings.c
parent0ff08f0bfb1460e0d0035081956a75b92aaa8359 (diff)
downloadvdr-plugin-extrecmenu-c849f2898257df19fddb97ac99c392c410f120d1.tar.gz
vdr-plugin-extrecmenu-c849f2898257df19fddb97ac99c392c410f120d1.tar.bz2
Version 0.8av0.8a
- fixed problem when open the plugin while replaying a archive dvd; thanks to Monroe from vdr-portal.de for reporting - new version of 'dvdarchive.sh'; thanks to vejoun from vdr-portal.de - updated finnish translation; thanks to Rolf Ahrenberg
Diffstat (limited to 'mymenurecordings.c')
-rw-r--r--mymenurecordings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mymenurecordings.c b/mymenurecordings.c
index 0ad32e9..1a9f860 100644
--- a/mymenurecordings.c
+++ b/mymenurecordings.c
@@ -215,7 +215,7 @@ myMenuRecordings::myMenuRecordings(const char *Base,int Level):cOsdMenu(Base?Bas
else
if(myReplayControl::LastReplayed())
{
- if(mysetup.wasdvd)
+ if(mysetup.wasdvd&&!cControl::Control())
{
char *cmd;
asprintf(&cmd,"dvdarchive.sh umount \"%s\"",myReplayControl::LastReplayed());