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


Commits:
d28358d1 by lovetox at 2021-07-02T22:27:54+02:00
Profile: Don’t fail when adding a note property

Fixes #10598

- - - - -


1 changed file:

- gajim/gtk/vcard_grid.py


Changes:

=====================================
gajim/gtk/vcard_grid.py
=====================================
@@ -79,7 +79,7 @@
     'role': {'value': ''},
     'url': {'value': ''},
     'key': {'value': '', 'value_type': 'text'},
-    'note': {'value': '', 'value_type': 'text'},
+    'note': {'value': ''},
 }
 
 



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

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


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to