aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlib/isodumper.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 34d7c94..6a73658 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -652,6 +652,8 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B
self.emergency(message)
if not self.get_devices():
self.dialog.destroy()
+ yui.YUILoader.deleteUI()
+ exit()
self.device_selected()
self.dialog.recalcLayout()
self.ancrage.showChild()