From 72b084c00c702917f32cc3f750fb648d9e191d2c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 21 Feb 2011 10:11:33 +0100 Subject: use champlain_marker_layer_new() --- libempathy-gtk/empathy-contact-widget.c | 2 +- libempathy-gtk/empathy-individual-widget.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index 410b59f00..59e84d457 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -959,7 +959,7 @@ contact_widget_location_update (EmpathyContactWidget *information) "zoom-level", 10, NULL); - layer = champlain_marker_layer_new_full (CHAMPLAIN_SELECTION_NONE); + layer = champlain_marker_layer_new (); champlain_view_add_layer (information->map_view, CHAMPLAIN_LAYER (layer)); marker = champlain_label_new_with_text ( diff --git a/libempathy-gtk/empathy-individual-widget.c b/libempathy-gtk/empathy-individual-widget.c index 8ca5c0f73..5ff293fd2 100644 --- a/libempathy-gtk/empathy-individual-widget.c +++ b/libempathy-gtk/empathy-individual-widget.c @@ -742,7 +742,7 @@ location_update (EmpathyIndividualWidget *self) "zoom-level", 10, NULL); - layer = champlain_marker_layer_new_full (CHAMPLAIN_SELECTION_NONE); + layer = champlain_marker_layer_new (); champlain_view_add_layer (priv->map_view, CHAMPLAIN_LAYER (layer)); /* FIXME: For now, we have to do this manually. Once libfolks grows a -- cgit v1.2.3