]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-list-view.c
Remove check on GTK version, we depend on >= 2.14.0 now.
[empathy.git] / libempathy-gtk / empathy-contact-list-view.c
index 91050be401ac50bfb7977561757fb7a4061b6c85..6cb8b7e8c51ecbbcebd92d45f96ba40a7d8ced56 100644 (file)
@@ -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)) {