Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2016-06-16 22:40:15 +0300
committerYann Leboulanger <asterix@lagaule.org>2016-06-16 22:40:15 +0300
commitbbcd2d7886447ccf8c9559d66a4073e79ef2fa46 (patch)
treeb2250a08db0ece0da413e7402fab217ea0f219e4 /src/profile_window.py
parent02a0f25781595441082514015aeb45df058018e8 (diff)
fix about tab in vcard
Diffstat (limited to 'src/profile_window.py')
-rw-r--r--src/profile_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile_window.py b/src/profile_window.py
index f0f93711e..c68b450ef 100644
--- a/src/profile_window.py
+++ b/src/profile_window.py
@@ -288,7 +288,7 @@ class ProfileWindow:
else:
if i == 'DESC':
self.xml.get_object('DESC_textview').get_buffer().set_text(
- vcard_[i], 0)
+ vcard_[i], len(vcard[i]))
else:
self.set_value(i + '_entry', vcard_[i])
if self.update_progressbar_timeout_id is not None: