diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-12 06:27:18 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-22 20:31:04 +0800 |
commit | b8249cef8a797d47b15b6f5d24c4ca8667efeee6 (patch) | |
tree | 16836e6480fea74e693da01a2c8d08e93761a094 /libempathy-gtk | |
parent | 28e7dfce3fc32da715cb478032393ec0707abc5f (diff) | |
download | gsoc2013-empathy-b8249cef8a797d47b15b6f5d24c4ca8667efeee6.tar gsoc2013-empathy-b8249cef8a797d47b15b6f5d24c4ca8667efeee6.tar.gz gsoc2013-empathy-b8249cef8a797d47b15b6f5d24c4ca8667efeee6.tar.bz2 gsoc2013-empathy-b8249cef8a797d47b15b6f5d24c4ca8667efeee6.tar.lz gsoc2013-empathy-b8249cef8a797d47b15b6f5d24c4ca8667efeee6.tar.xz gsoc2013-empathy-b8249cef8a797d47b15b6f5d24c4ca8667efeee6.tar.zst gsoc2013-empathy-b8249cef8a797d47b15b6f5d24c4ca8667efeee6.zip |
individual-widget: display champlain map in tooltips
https://bugzilla.gnome.org/show_bug.cgi?id=661500
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 */ |