X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.h;h=038eeb2f4c09e0e7faeda5f153519e1936be12b8;hb=1c9e32859d6da9505e1904d5b0f95cfd276a734e;hp=079f6d925c65cd1912a7fe7cde3c7ab35675cae5;hpb=732b6a86124e89e24d685ed785d2df55728eb01b;p=pspp diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index 079f6d925c..038eeb2f4c 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -29,6 +29,15 @@ #include #include + +/* + GtkRecentChooserMenu was added in 2.10.0 + but it didn't support GtkRecentFilters until + 2.10.2 +*/ +#define RECENT_LISTS_AVAILABLE GTK_CHECK_VERSION (2, 10, 2) + + /* Formats a value according to FORMAT The returned string must be freed when no longer required */ gchar * value_to_text (union value v, struct fmt_spec format);