]> err.no Git - libchamplain/commitdiff
Emit notify::map-source when modifying the map source
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Fri, 16 Oct 2009 20:25:59 +0000 (16:25 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Fri, 16 Oct 2009 20:25:59 +0000 (16:25 -0400)
champlain/champlain-view.c

index 53fb52a5ad9d36a57482c7b5483ee84de57a3b42..cb6f3a770c370f739063d6de0ccf99bc9c9b24be 100644 (file)
@@ -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);