Philipp Hörist pushed to branch master at gajim / gajim
Commits:
9e39287d by Philipp Hörist at 2017-10-20T20:51:40+02:00
ProfileWindow: Fix typo
- - - - -
1 changed file:
- gajim/profile_window.py
Changes:
=====================================
gajim/profile_window.py
=====================================
--- a/gajim/profile_window.py
+++ b/gajim/profile_window.py
@@ -253,7 +253,7 @@ class ProfileWindow:
else:
if i == 'DESC':
self.xml.get_object('DESC_textview').get_buffer().set_text(
- vcard_[i], len(vcard[i].encode('utf-8')))
+ vcard_[i], len(vcard_[i].encode('utf-8')))
else:
self.set_value(i + '_entry', vcard_[i])
if self.update_progressbar_timeout_id is not None:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/9e39287d8e2492e5d30e6b6692a25796e86073c5
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/9e39287d8e2492e5d30e6b6692a25796e86073c5
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