Philipp Hörist pushed to branch vcard at gajim / gajim
Commits:
8b66b2c7 by Philipp Hörist at 2026-09-05T14:23:35+02:00
cfix: Fix some things
- - - - -
2 changed files:
- gajim/gtk/vcard_listbox.py
- test/gtk/ui_test_vcard_editor.py
Changes:
=====================================
gajim/gtk/vcard_listbox.py
=====================================
@@ -145,7 +145,7 @@ def load(self, vcard: VCard, *, edit_mode: bool) -> None:
self._vcard = vcard.copy()
self._edit_mode = edit_mode
- for prop in vcard.get_properties():
+ for prop in self._vcard.get_properties():
if isinstance(prop, SupportedProperties):
self._append_property(prop)
=====================================
test/gtk/ui_test_vcard_editor.py
=====================================
@@ -72,7 +72,7 @@
<note>
<text>More information about me is located on my personal website:
https://stpeter.im/</text>
</note>
- <gender><sex><text>M</text></sex></gender>
+ <gender><sex>M</sex></gender>
<lang>
<parameters><pref><integer>1</integer></pref></parameters>
<language-tag>en</language-tag>
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/8b66b2c7977ca41eb3ffeaa19967f2a8adf7f28a
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/8b66b2c7977ca41eb3ffeaa19967f2a8adf7f28a
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]