From b3967cf0f91e74052af81df1b6a7a93b02be3df4 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 26 Mar 2010 15:56:47 +0100 Subject: Always connect "notify::location" on contact Now contact position will be displayed even if they didn't have a postion when the map has been created (#614012). --- src/empathy-map-view.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c index d2c0b514f..b14a57273 100644 --- a/src/empathy-map-view.c +++ b/src/empathy-map-view.c @@ -303,9 +303,6 @@ map_view_contacts_foreach (GtkTreeModel *model, if (contact == NULL) return FALSE; - if (!contact_has_location (contact)) - return FALSE; - g_signal_connect (contact, "notify::location", G_CALLBACK (map_view_contact_location_notify), window); -- cgit