diff --git a/gnome/src/contacts/calltree.c b/gnome/src/contacts/calltree.c
index 705febbbe413e42267d352dc6b1da1d935578546..405ff1cc5cc27936c78b23dc6bc0f20730a53599 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