aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2017-05-07 16:07:09 +0200
committerPapoteur <papoteur@mageialinux-online.org>2017-05-07 16:07:09 +0200
commit434506e668c839c1efecd578c4245363cd8ab6e9 (patch)
tree8e8fe1fbe740583397c15c47a14896914317d503 /lib
parent4ee4e0d38503a5cd2eb7b900343b3f63e3bf746a (diff)
downloadisodumper-434506e668c839c1efecd578c4245363cd8ab6e9.tar
isodumper-434506e668c839c1efecd578c4245363cd8ab6e9.tar.gz
isodumper-434506e668c839c1efecd578c4245363cd8ab6e9.tar.bz2
isodumper-434506e668c839c1efecd578c4245363cd8ab6e9.tar.xz
isodumper-434506e668c839c1efecd578c4245363cd8ab6e9.zip
Exit properly on Cancel in nodev dialog (mga#20792)
Diffstat (limited to 'lib')
-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()