]> git.0d.be Git - empathy.git/commitdiff
individual-widget: display champlain map in tooltips
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 11 Oct 2011 22:27:18 +0000 (18:27 -0400)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 22 Dec 2011 12:31:04 +0000 (13:31 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=661500

libempathy-gtk/empathy-individual-widget.c

index cba2784776ef1efebb4d7249643ab4059e615367..3cbd1d5e34f39b32e29ded166df4d7635dea1482 100644 (file)
@@ -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 */