diff options
author | Dan Vrátil <dvratil@redhat.com> | 2011-06-15 16:52:59 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-06-15 16:52:59 +0800 |
commit | bee278ea7ca2b72577d003bf212400fbe17a7744 (patch) | |
tree | 91056070f78fb496e5803012ecfd03ec26d726e5 /widgets/misc | |
parent | f830de2f0aecf92fdda2dad89d66b7cb0b182f71 (diff) | |
download | gsoc2013-evolution-bee278ea7ca2b72577d003bf212400fbe17a7744.tar.gz gsoc2013-evolution-bee278ea7ca2b72577d003bf212400fbe17a7744.tar.zst gsoc2013-evolution-bee278ea7ca2b72577d003bf212400fbe17a7744.zip |
Bug #652626 - Fix initial position of contact maps markers
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/e-contact-map.c | 1 |
1 files changed, 1 insertions, 0 deletions
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)); |