Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osm_gps_map_set_property: Do not warn about second setup #91

Merged
merged 1 commit into from Dec 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/osm-gps-map-widget.c
Expand Up @@ -1994,9 +1994,6 @@ osm_gps_map_set_property (GObject *object, guint prop_id, const GValue *value, G
priv->map_source >= OSM_GPS_MAP_SOURCE_NULL &&
priv->map_source <= OSM_GPS_MAP_SOURCE_LAST) {

if (!priv->is_constructed)
g_critical("Map source setup called twice");

/* we now have to switch the entire map */
osm_gps_map_setup(map);

Expand Down