show dvd burn jobs running in background in main menu and fix potential crash on...
[enigma2.git] / lib / python / Plugins / Extensions / DVDBurn / Process.py
index 89ca90fd3c1b0e249ccb3fe51f86b0ebda169343..946b44ad13767c73ae9187fd8b6960b23513ec7b 100644 (file)
@@ -368,6 +368,9 @@ class CheckDiskspaceTask(Task):
                self.global_preconditions.append(DiskspacePrecondition(diskSpaceNeeded))
                self.weighting = 5
 
+       def abort(self):
+               self.finish(aborted = True)
+
        def run(self, callback):
                failed_preconditions = self.checkPreconditions(True) + self.checkPreconditions(False)
                if len(failed_preconditions):