aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-26 22:56:09 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-30 19:35:23 +0800
commit496a7fb5c48fbc3eb5756d9a63e81bd1d8146d1c (patch)
treec5e40110c625cb97a789e3e308b69b048306d44d /src
parent14819097275f60f97d9960dee3f031a11223ca47 (diff)
downloadgsoc2013-empathy-496a7fb5c48fbc3eb5756d9a63e81bd1d8146d1c.tar
gsoc2013-empathy-496a7fb5c48fbc3eb5756d9a63e81bd1d8146d1c.tar.gz
gsoc2013-empathy-496a7fb5c48fbc3eb5756d9a63e81bd1d8146d1c.tar.bz2
gsoc2013-empathy-496a7fb5c48fbc3eb5756d9a63e81bd1d8146d1c.tar.lz
gsoc2013-empathy-496a7fb5c48fbc3eb5756d9a63e81bd1d8146d1c.tar.xz
gsoc2013-empathy-496a7fb5c48fbc3eb5756d9a63e81bd1d8146d1c.tar.zst
gsoc2013-empathy-496a7fb5c48fbc3eb5756d9a63e81bd1d8146d1c.zip
map_view_contacts_foreach: no need to create the marker any more
map_view_update_contact_position will do it if needed.
Diffstat (limited to 'src')
-rw-r--r--src/empathy-map-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c
index 2481accd6..d2c0b514f 100644
--- a/src/empathy-map-view.c
+++ b/src/empathy-map-view.c
@@ -309,7 +309,6 @@ map_view_contacts_foreach (GtkTreeModel *model,
g_signal_connect (contact, "notify::location",
G_CALLBACK (map_view_contact_location_notify), window);
- create_marker (window, contact);
map_view_update_contact_position (window, contact);
g_object_unref (contact);