From 8d1564b18de5c26d29596ab12e4e18663709f997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 15 Jun 2011 10:52:59 +0200 Subject: Bug #652626 - Fix initial position of contact maps markers --- widgets/misc/e-contact-map.c | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets') diff --git a/widgets/misc/e-contact-map.c b/widgets/misc/e-contact-map.c index 690f12f125..dfe5454011 100644 --- a/widgets/misc/e-contact-map.c +++ b/widgets/misc/e-contact-map.c @@ -125,6 +125,7 @@ contact_map_address_resolved_cb (GeoclueGeocode *geocode, latitude, longitude); champlain_marker_layer_add_marker (data->map->priv->marker_layer, CHAMPLAIN_MARKER (data->marker)); + champlain_marker_set_selected (CHAMPLAIN_MARKER (data->marker), FALSE); /* Store the marker in the hash table. Use it's label as key */ name = champlain_label_get_text (CHAMPLAIN_LABEL (data->marker)); -- cgit v1.2.3