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
Georg Pfuetzenreuter
gajim
Commits
d28358d1
Commit
d28358d1
authored
Jul 02, 2021
by
Philipp Hörist
Browse files
Profile: Don’t fail when adding a note property
Fixes #10598
parent
1f2131e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
gajim/gtk/vcard_grid.py
View file @
d28358d1
...
...
@@ -79,7 +79,7 @@
'role'
:
{
'value'
:
''
},
'url'
:
{
'value'
:
''
},
'key'
:
{
'value'
:
''
,
'value_type'
:
'text'
},
'note'
:
{
'value'
:
''
,
'value_type'
:
'text'
},
'note'
:
{
'value'
:
''
},
}
...
...
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