From: Xavier Claessens Date: Sun, 8 Mar 2009 09:45:38 +0000 (+0000) Subject: Remove check on GTK version, we depend on >= 2.14.0 now. X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=76cc9a87ca783e51e772970edddae5d15d7f4082 Remove check on GTK version, we depend on >= 2.14.0 now. From: Xavier Claessens svn path=/trunk/; revision=2629 --- diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index 91050be4..6cb8b7e8 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)) {