Philipp Hörist pushed to branch master at gajim / gajim


Commits:
8e2d1721 by Philipp Hörist at 2026-03-15T17:15:38+01:00
cfix: FileChooser: Replace forgotten file pattern

- - - - -


1 changed file:

- gajim/gtk/filechoosers.py


Changes:

=====================================
gajim/gtk/filechoosers.py
=====================================
@@ -216,7 +216,7 @@ def do_unroot(self) -> None:
 
 class AvatarFileChooserButton(FileChooserButton):
     _cls_filters = [
-        Filter(name=_("PNG files"), patterns=["*.png"], default=True),
+        Filter(name=_("PNG files"), suffixes=["png"], default=True),
         Filter(name=_("JPEG files"), suffixes=["jpg", "jpeg"]),
         Filter(name=_("SVG files"), suffixes=["svg"]),
     ]



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/8e2d172108298c55fae6b938203014c85696660a

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/8e2d172108298c55fae6b938203014c85696660a
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to