empathy r2629 - trunk/libempathy-gtk



Author: xclaesse
Date: Sun Mar  8 09:45:38 2009
New Revision: 2629
URL: http://svn.gnome.org/viewvc/empathy?rev=2629&view=rev

Log:
Remove check on GTK version, we depend on >= 2.14.0 now.

From: Xavier Claessens <xclaesse gmail com>

Modified:
   trunk/libempathy-gtk/empathy-contact-list-view.c

Modified: trunk/libempathy-gtk/empathy-contact-list-view.c
==============================================================================
--- trunk/libempathy-gtk/empathy-contact-list-view.c	(original)
+++ trunk/libempathy-gtk/empathy-contact-list-view.c	Sun Mar  8 09:45:38 2009
@@ -150,11 +150,6 @@
 	}
 	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)) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]