Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norstbox
gajim
Commits
a698a969
Commit
a698a969
authored
Sep 19, 2006
by
Yann Leboulanger
Browse files
do not override jid_label in vcard when we get the vcard. Fixes #1840
parent
af68b178
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vcard.py
View file @
a698a969
...
...
@@ -163,7 +163,7 @@ class VcardWindow:
if
i
==
'DESC'
:
self
.
xml
.
get_widget
(
'DESC_textview'
).
get_buffer
().
set_text
(
vcard
[
i
],
0
)
el
se
:
el
if
i
!=
'jid'
:
# Do not override jid_label
self
.
set_value
(
i
+
'_label'
,
vcard
[
i
])
self
.
vcard_arrived
=
True
self
.
test_remove_progressbar
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment