From 496a7fb5c48fbc3eb5756d9a63e81bd1d8146d1c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 26 Mar 2010 15:56:09 +0100 Subject: map_view_contacts_foreach: no need to create the marker any more map_view_update_contact_position will do it if needed. --- src/empathy-map-view.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3