After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 690553 - Property 'im-jabber-work-2' is available, but always empty
Property 'im-jabber-work-2' is available, but always empty
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: Contacts
3.8.x (obsolete)
Other Linux
: Normal trivial
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2012-12-20 12:09 UTC by Vadim Rutkovsky
Modified: 2013-09-14 16:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test code (658 bytes, text/x-python)
2012-12-20 12:09 UTC, Vadim Rutkovsky
  Details
Proposed patch (1.90 KB, patch)
2012-12-20 12:10 UTC, Vadim Rutkovsky
accepted-commit_now Details | Review

Description Vadim Rutkovsky 2012-12-20 12:09:43 UTC
Created attachment 231974 [details]
Test code

Description of problem:
In evolution there is no way to specify is IM account a home or a work account. However, there is a possibility in evolution-data-server, there are even two fields, but the second one is always unset.

User can set 'im-jabber-work-2', but it becomes empty right after setting
See test code and proposed patch attached.

Version-Release number of selected component (if applicable):
evolution-data-server.x86_64 3.6.2-2.el7
latest git HEAD

How reproducible:
Always

Steps to Reproduce:
(using pygi bindings)
1) Create a contact
2) set its work jabber 2 to "second@work.com"
3) read stored values
  
Actual results:
Work jabber 2 is not set

Expected results:
Work jabber 2 is "second@work.com"
Comment 1 Vadim Rutkovsky 2012-12-20 12:10:45 UTC
Created attachment 231975 [details] [review]
Proposed patch
Comment 2 Milan Crha 2013-03-12 11:48:53 UTC
Review of attachment 231975 [details] [review]:

Good catch, please commit to master.
Comment 3 Vadim Rutkovsky 2013-03-12 12:02:35 UTC
Committed 310b84d8 to master
Committed 7babb93b to gnome-3-6