GNOME Bugzilla – Bug 760647
GObject-CRITICAL: Gjs_MapMarker doesn't implement property 'surface'
Last modified: 2016-01-16 19:09:54 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'
Created attachment 319064 [details] [review] MapMarker: implement surface property
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'
Review of attachment 319066 [details] [review]: Looks good, thanks!
Whoops this just needs to be committed but isn't yet.
Attachment 319066 [details] pushed as d13d1ed - MapMarker: implement surface property