diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-individual-widget.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-individual-widget.c b/libempathy-gtk/empathy-individual-widget.c index cba278477..3cbd1d5e3 100644 --- a/libempathy-gtk/empathy-individual-widget.c +++ b/libempathy-gtk/empathy-individual-widget.c @@ -680,8 +680,7 @@ location_update (EmpathyIndividualWidget *self) #ifdef HAVE_LIBCHAMPLAIN if ((g_hash_table_lookup (location, EMPATHY_LOCATION_LAT) != NULL) && - (g_hash_table_lookup (location, EMPATHY_LOCATION_LON) != NULL) && - !(priv->flags & EMPATHY_INDIVIDUAL_WIDGET_FOR_TOOLTIP)) + (g_hash_table_lookup (location, EMPATHY_LOCATION_LON) != NULL)) { /* Cannot be displayed in tooltips until Clutter-Gtk can deal with such * windows */ |