From 45192e8426cfec215bea7b8a84b2af9fe7ac8c34 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <le.businessman@gmail.com> Date: Fri, 11 May 2012 09:02:52 -0400 Subject: [PATCH] * #10731: gnome: fixes build for older glib check glib version, not gtk version --- gnome/src/contacts/calltree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome/src/contacts/calltree.c b/gnome/src/contacts/calltree.c index 705febbbe4..405ff1cc5c 100644 --- a/gnome/src/contacts/calltree.c +++ b/gnome/src/contacts/calltree.c @@ -51,7 +51,7 @@ #include "imwindow.h" #include "searchbar.h" -#if !GTK_CHECK_VERSION(2, 30, 0) +#if !GLIB_CHECK_VERSION(2, 30, 0) #define G_VALUE_INIT { 0, { { 0 } } } #endif -- GitLab