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
gajim
gajim
Commits
161774ed
Commit
161774ed
authored
Jan 04, 2021
by
Philipp Hörist
Browse files
VCardGrid: Fix storing org property values
Fixes
#10377
parent
f61921ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
gajim/gtk/vcard_grid.py
View file @
161774ed
...
...
@@ -583,7 +583,7 @@ def __init__(self, prop, account):
def
_on_text_changed
(
self
,
entry
,
_param
):
text
=
entry
.
get_text
()
if
self
.
_prop
.
name
==
'org'
:
self
.
_prop
.
values
[
0
]
=
text
self
.
_prop
.
values
=
[
text
]
else
:
self
.
_prop
.
value
=
text
self
.
_value_label
.
set_value
(
text
)
...
...
André
@andre
mentioned in issue
#10384 (closed)
·
Jan 08, 2021
mentioned in issue
#10384 (closed)
mentioned in issue #10384
Toggle commit list
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