diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-list-view.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index 91050be40..6cb8b7e8c 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -150,11 +150,6 @@ contact_list_view_query_tooltip_cb (EmpathyContactListView *view, } running++; - /* FIXME: We need GTK version >= 2.12.10. See GNOME bug #504087 */ - if (gtk_check_version (2, 12, 10)) { - goto OUT; - } - if (!gtk_tree_view_get_tooltip_context (GTK_TREE_VIEW (view), &x, &y, keyboard_mode, &model, &path, &iter)) { |