Skip to content
Snippets Groups Projects
Commit 45192e84 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #10731: gnome: fixes build for older glib

check glib version, not gtk version
parent 310c2a56
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment