diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-26 22:56:47 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-30 19:35:23 +0800 |
commit | b3967cf0f91e74052af81df1b6a7a93b02be3df4 (patch) | |
tree | 8b7327bdda65ca4c28692b7051300bf21f9e45fd /src/empathy-map-view.c | |
parent | 496a7fb5c48fbc3eb5756d9a63e81bd1d8146d1c (diff) | |
download | gsoc2013-empathy-b3967cf0f91e74052af81df1b6a7a93b02be3df4.tar gsoc2013-empathy-b3967cf0f91e74052af81df1b6a7a93b02be3df4.tar.gz gsoc2013-empathy-b3967cf0f91e74052af81df1b6a7a93b02be3df4.tar.bz2 gsoc2013-empathy-b3967cf0f91e74052af81df1b6a7a93b02be3df4.tar.lz gsoc2013-empathy-b3967cf0f91e74052af81df1b6a7a93b02be3df4.tar.xz gsoc2013-empathy-b3967cf0f91e74052af81df1b6a7a93b02be3df4.tar.zst gsoc2013-empathy-b3967cf0f91e74052af81df1b6a7a93b02be3df4.zip |
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).
Diffstat (limited to 'src/empathy-map-view.c')
-rw-r--r-- | 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 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); |