From 9e39287d8e2492e5d30e6b6692a25796e86073c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Fri, 20 Oct 2017 20:51:40 +0200 Subject: [PATCH] ProfileWindow: Fix typo --- gajim/profile_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim/profile_window.py b/gajim/profile_window.py index 6bb4e4a5a..5fb1c1458 100644 --- 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: