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 651847 - Add constructor for EContactPhoto
Add constructor for EContactPhoto
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: Contacts
3.2.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks: 638281
 
 
Reported: 2011-06-04 11:09 UTC by Raul Gutierrez Segales
Modified: 2013-09-14 16:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add constructor for EContactPhoto (2.87 KB, patch)
2011-06-04 11:09 UTC, Raul Gutierrez Segales
accepted-commit_now Details | Review

Description Raul Gutierrez Segales 2011-06-04 11:09:36 UTC
Created attachment 189207 [details] [review]
Add constructor for EContactPhoto

To use EContactPhoto from an introspected binding we need a constructor. The attached patch adds such constructor.
Comment 1 Milan Crha 2011-06-06 10:19:43 UTC
Looks good, please commit to master.
Comment 2 Raul Gutierrez Segales 2011-06-06 10:25:58 UTC
Merged:

commit f6e4282058a66bff7c6a3b99f8f9c01680aabd40
Author: Raul Gutierrez Segales <rgs@collabora.co.uk>
Date:   Sat Jun 4 12:02:06 2011 +0100

    Add constructor for EContactPhoto
    
    This is needed by introspected bindings, otherwise they have
    no way to instantiate EContactPhotos.