diff options
-rw-r--r-- | src/empathy-map-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c index 58d8334fc..44d3eddbe 100644 --- a/src/empathy-map-view.c +++ b/src/empathy-map-view.c @@ -181,7 +181,7 @@ map_view_contacts_foreach (GtkTreeModel *model, location = empathy_contact_get_location (contact); - if (location == NULL) + if (location == NULL || g_hash_table_size (location) == 0) return FALSE; marker = champlain_marker_new (); |