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: