From: Pierre-Luc Beaudoin Date: Fri, 16 Oct 2009 20:25:59 +0000 (-0400) Subject: Emit notify::map-source when modifying the map source X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dea3656affab3b8a2a5574552d7982a43bf3a1b8;p=libchamplain Emit notify::map-source when modifying the map source --- diff --git a/champlain/champlain-view.c b/champlain/champlain-view.c index 53fb52a..cb6f3a7 100644 --- a/champlain/champlain-view.c +++ b/champlain/champlain-view.c @@ -2077,6 +2077,8 @@ champlain_view_set_map_source (ChamplainView *view, view_load_visible_tiles (view); clutter_container_add_actor (CLUTTER_CONTAINER (priv->map_layer), group); + g_object_notify (G_OBJECT (view), "map-source"); + update_license (view); g_idle_add (marker_reposition, view); view_tiles_reposition (view);