diff --git a/gnome/src/contacts/calltree.c b/gnome/src/contacts/calltree.c index 2f8f4ae5b5cab31b61b8a050ad67ca06c916277e..91718789a2fb5edd155821e067119a11f220140c 100644 --- a/gnome/src/contacts/calltree.c +++ b/gnome/src/contacts/calltree.c @@ -51,6 +51,10 @@ #include "imwindow.h" #include "searchbar.h" +#if !GTK_CHECK_VERSION(2, 30, 0) +#define G_VALUE_INIT { 0, { { 0 } } } +#endif + // Messages used in menu item static const gchar * const SFL_CREATE_CONFERENCE = "Create conference"; static const gchar * const SFL_TRANSFER_CALL = "Transfer call to";