diff options
author | Dan Vrátil <dvratil@redhat.com> | 2011-06-15 16:52:59 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:28 +0800 |
commit | 8d1564b18de5c26d29596ab12e4e18663709f997 (patch) | |
tree | 47eedb9303708dcb6f9736792103d2b4af6ffeda /widgets | |
parent | a81c6c46a2a962449333c70d06fc60c9d1c7414a (diff) | |
download | gsoc2013-evolution-8d1564b18de5c26d29596ab12e4e18663709f997.tar gsoc2013-evolution-8d1564b18de5c26d29596ab12e4e18663709f997.tar.gz gsoc2013-evolution-8d1564b18de5c26d29596ab12e4e18663709f997.tar.bz2 gsoc2013-evolution-8d1564b18de5c26d29596ab12e4e18663709f997.tar.lz gsoc2013-evolution-8d1564b18de5c26d29596ab12e4e18663709f997.tar.xz gsoc2013-evolution-8d1564b18de5c26d29596ab12e4e18663709f997.tar.zst gsoc2013-evolution-8d1564b18de5c26d29596ab12e4e18663709f997.zip |
Bug #652626 - Fix initial position of contact maps markers
Diffstat (limited to 'widgets')
-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)); |