[empathy] map_view_contacts_foreach: no need to create the marker any more



commit 496a7fb5c48fbc3eb5756d9a63e81bd1d8146d1c
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Mar 26 15:56:09 2010 +0100

    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 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c
index 2481acc..d2c0b51 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]