aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2008-11-17 08:44:20 +0100
committerFraxinas <andreas.frisch@multimedia-labs.de>2008-11-17 08:44:20 +0100
commit5bbb74ccef1fe4bd524a5cd6427d3c7b803fe82e (patch)
tree6e6667662ced4df70b7c579eae242bbbdc2c37b8 /lib/python/Plugins
parent369086956b791ab97d2e60e2c820f7045650c236 (diff)
downloadenigma2-5bbb74ccef1fe4bd524a5cd6427d3c7b803fe82e.tar.gz
enigma2-5bbb74ccef1fe4bd524a5cd6427d3c7b803fe82e.zip
remove hotplugNotifier on every way of exiting
Diffstat (limited to 'lib/python/Plugins')
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py b/lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py
index 836c9fbd..162bf352 100644
--- a/lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py
+++ b/lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py
@@ -50,7 +50,7 @@ class DVDToolbox(Screen):
"green": self.update,
"yellow": self.format,
#"blue": self.eject,
- "cancel": self.close,
+ "cancel": self.exit,
"pageUp": self.pageUp,
"pageDown": self.pageDown
})