From 13ea06954e8060e5dbec510321e886e786fb4fd6 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 25 Mar 2021 07:43:56 +0100 Subject: appearance: Type column in GtkFileChooser requires gtk 3.24.12 --- capplets/appearance/appearance.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'capplets/appearance/appearance.h') diff --git a/capplets/appearance/appearance.h b/capplets/appearance/appearance.h index b92cf19c..4aa7cb1e 100644 --- a/capplets/appearance/appearance.h +++ b/capplets/appearance/appearance.h @@ -49,7 +49,9 @@ #define FILECHOOSER_DIR_FIRST_KEY "sort-directories-first" #define FILECHOOSER_HIDDEN_ITEMS_KEY "show-hidden" #define FILECHOOSER_SIZE_COL_KEY "show-size-column" +#if GTK_CHECK_VERSION(3, 24, 12) #define FILECHOOSER_TYPE_COL_KEY "show-type-column" +#endif /* GTK_CHECK_VERSION(3, 24, 12) */ #define GTK_FONT_DEFAULT_VALUE "Sans 10" #define GTK_FONT_KEY "font-name" #define GTK_THEME_KEY "gtk-theme" -- cgit v1.2.1