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 760647 - GObject-CRITICAL: Gjs_MapMarker doesn't implement property 'surface'
GObject-CRITICAL: Gjs_MapMarker doesn't implement property 'surface'
Status: RESOLVED FIXED
Product: gnome-maps
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-maps-maint
gnome-maps-maint
Depends on:
Blocks:
 
 
Reported: 2016-01-14 23:43 UTC by Hashem Nasarat
Modified: 2016-01-16 19:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
MapMarker: implement surface property (1.30 KB, patch)
2016-01-14 23:43 UTC, Hashem Nasarat
none Details | Review
MapMarker: implement surface property (1.03 KB, patch)
2016-01-15 00:15 UTC, Hashem Nasarat
committed Details | Review

Description Hashem Nasarat 2016-01-14 23:43:21 UTC
625b5458 implemented the ChamplainExportable interface but didn't add
the property to the class, which caused the following message at
runtime:

GLib-GObject-CRITICAL **: Object class Gjs_MapMarker doesn't implement
property 'surface' from interface 'ChamplainExportable'
Comment 1 Hashem Nasarat 2016-01-14 23:43:26 UTC
Created attachment 319064 [details] [review]
MapMarker: implement surface property
Comment 2 Hashem Nasarat 2016-01-15 00:15:48 UTC
Created attachment 319066 [details] [review]
MapMarker: implement surface property

625b5458 implemented the ChamplainExportable interface but didn't add
the property to the class, which caused the following message at
runtime:

GLib-GObject-CRITICAL **: Object class Gjs_MapMarker doesn't implement
property 'surface' from interface 'ChamplainExportable'
Comment 3 Jonas Danielsson 2016-01-15 06:07:29 UTC
Review of attachment 319066 [details] [review]:

Looks good, thanks!
Comment 4 Hashem Nasarat 2016-01-15 06:56:05 UTC
Whoops this just needs to be committed but isn't yet.
Comment 5 Jonas Danielsson 2016-01-16 19:09:50 UTC
Attachment 319066 [details] pushed as d13d1ed - MapMarker: implement surface property