GNOME Bugzilla – Bug 690553
Property 'im-jabber-work-2' is available, but always empty
Last modified: 2013-09-14 16:55:48 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"
Created attachment 231975 [details] [review] Proposed patch
Review of attachment 231975 [details] [review]: Good catch, please commit to master.
Committed 310b84d8 to master Committed 7babb93b to gnome-3-6