diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-17 08:44:20 +0100 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-17 08:44:20 +0100 |
| commit | 5bbb74ccef1fe4bd524a5cd6427d3c7b803fe82e (patch) | |
| tree | 6e6667662ced4df70b7c579eae242bbbdc2c37b8 /lib/python/Plugins | |
| parent | 369086956b791ab97d2e60e2c820f7045650c236 (diff) | |
| download | enigma2-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.py | 2 |
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 }) |
