aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-21 17:11:33 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-21 17:17:49 +0800
commit72b084c00c702917f32cc3f750fb648d9e191d2c (patch)
tree89b1fae887221c5681d301b16ddb0132a13733a2 /src
parent1629b3b04f38eb748ae8385e407e01bfaf312a63 (diff)
downloadgsoc2013-empathy-72b084c00c702917f32cc3f750fb648d9e191d2c.tar
gsoc2013-empathy-72b084c00c702917f32cc3f750fb648d9e191d2c.tar.gz
gsoc2013-empathy-72b084c00c702917f32cc3f750fb648d9e191d2c.tar.bz2
gsoc2013-empathy-72b084c00c702917f32cc3f750fb648d9e191d2c.tar.lz
gsoc2013-empathy-72b084c00c702917f32cc3f750fb648d9e191d2c.tar.xz
gsoc2013-empathy-72b084c00c702917f32cc3f750fb648d9e191d2c.tar.zst
gsoc2013-empathy-72b084c00c702917f32cc3f750fb648d9e191d2c.zip
use champlain_marker_layer_new()
Diffstat (limited to 'src')
-rw-r--r--src/empathy-map-view.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c
index 626d83067..675f7c4d7 100644
--- a/src/empathy-map-view.c
+++ b/src/empathy-map-view.c
@@ -492,8 +492,7 @@ empathy_map_view_init (EmpathyMapView *self)
gtk_container_add (GTK_CONTAINER (sw), embed);
gtk_widget_show_all (embed);
- priv->layer = g_object_ref (champlain_marker_layer_new_full (
- CHAMPLAIN_SELECTION_NONE));
+ priv->layer = g_object_ref (champlain_marker_layer_new ());
champlain_view_add_layer (priv->map_view, CHAMPLAIN_LAYER (priv->layer));
g_signal_connect (priv->map_view, "notify::state",