empathy r1198 - trunk/libempathy-gtk



Author: xclaesse
Date: Sat Jul  5 06:19:26 2008
New Revision: 1198
URL: http://svn.gnome.org/viewvc/empathy?rev=1198&view=rev

Log:
Fix gtk_check_version usage, it returns NULL when version is OK.


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	Sat Jul  5 06:19:26 2008
@@ -132,7 +132,7 @@
 	GtkTreePath                *path;
 
 	/* FIXME: We need GTK version >= 2.12.10. See GNOME bug #504087 */
-	if (!gtk_check_version (2, 12, 10)) {
+	if (gtk_check_version (2, 12, 10)) {
 		return FALSE;
 	}
 



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