[empathy] Always connect "notify::location" on contact
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Always connect "notify::location" on contact
- Date: Tue, 30 Mar 2010 11:36:09 +0000 (UTC)
commit b3967cf0f91e74052af81df1b6a7a93b02be3df4
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Fri Mar 26 15:56:47 2010 +0100
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 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c
index d2c0b51..b14a572 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]