From b8249cef8a797d47b15b6f5d24c4ca8667efeee6 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 11 Oct 2011 18:27:18 -0400 Subject: individual-widget: display champlain map in tooltips https://bugzilla.gnome.org/show_bug.cgi?id=661500 --- libempathy-gtk/empathy-individual-widget.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libempathy-gtk') 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 */ -- cgit v1.2.3