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 655610 - Make truly-writeable *Details property setters public
Make truly-writeable *Details property setters public
Status: RESOLVED FIXED
Product: folks
Classification: Platform
Component: e-d-s backend
git master
Other Linux
: Normal normal
: folks-0.6.0
Assigned To: Raul Gutierrez Segales
Raul Gutierrez Segales
Depends on:
Blocks:
 
 
Reported: 2011-07-29 21:38 UTC by Travis Reitter
Modified: 2011-08-01 18:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Travis Reitter 2011-07-29 21:38:30 UTC
To support fully-writeable backends, we need most of the *Details properties to be publicly-setable.

This is almost entirely in the e-d-s backend, but there's also the lone Trf.Persona.notes.set() as well.

If bug #655608 didn't exist, we probably would have caught this sooner.
Comment 1 Raul Gutierrez Segales 2011-08-01 18:44:18 UTC
Merged:

commit 7b68c5477f06ede33e693b6ed7cab3dc92263221
Author: Raul Gutierrez Segales <rgs@collabora.co.uk>
Date:   Mon Aug 1 19:31:37 2011 +0100

    Give public access to properties for which there is write support
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=655610

 NEWS                                  |    1 +
 backends/eds/lib/edsf-persona.vala    |    8 ++++----
 backends/tracker/lib/trf-persona.vala |    2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)