nzjrs / osm-gps-map

A Gtk+ Widget for Displaying OpenStreetMap tiles LOOKING FOR A NEW MAINTAINER
http://nzjrs.github.com/osm-gps-map
GNU General Public License v2.0
135 stars 58 forks source link

osm_gps_map_set_property: Do not warn about second setup #91

Closed tormodvolden closed 2 years ago

tormodvolden commented 3 years ago

osm_gps_map_setup() is already run in the constructor (setting is_constructed), so this warning would always show up.

johnny-bit commented 2 years ago

Thanks!