aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2026-04-06 09:39:14 +0200
committerPapoteur <papoteur@mageia.org>2026-04-06 09:39:14 +0200
commita2e07403bfc028c6b5326ff78bf85f4190e7a9db (patch)
tree8c818b0afa91ca16bbaf55e051f85864ab937008 /lib
parent41400272a836cede72f6b2dfa9067c77469a2027 (diff)
downloadisodumper-a2e07403bfc028c6b5326ff78bf85f4190e7a9db.tar
isodumper-a2e07403bfc028c6b5326ff78bf85f4190e7a9db.tar.gz
isodumper-a2e07403bfc028c6b5326ff78bf85f4190e7a9db.tar.bz2
isodumper-a2e07403bfc028c6b5326ff78bf85f4190e7a9db.tar.xz
isodumper-a2e07403bfc028c6b5326ff78bf85f4190e7a9db.zip
Fix filtering for ISOs filepicker
Diffstat (limited to 'lib')
-rwxr-xr-xlib/isodumper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 1329dc5..271c0fb 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -1223,7 +1223,7 @@ exFAT, NTFS or ext. You can specify a volume name and the format in a new dialog
def ask_image(self):
self.img_name = yui.YUI.app().askForExistingFile(
- self.last_dir, "*.iso *.img", self.ChooseImage
+ self.last_dir, "*.iso;*.img", self.ChooseImage
)
if self.img_name != "":
# save the directory