diff options
author | rbuj <[email protected]> | 2021-03-25 07:43:56 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-08 08:14:15 +0200 |
commit | 13ea06954e8060e5dbec510321e886e786fb4fd6 (patch) | |
tree | 183b12aca8000ed1a32d0893118ef1d31e462c69 /capplets/appearance/appearance.h | |
parent | 1fb98cded4f34135dfa99b0b6ce8eb7c1c8152e0 (diff) | |
download | mate-control-center-13ea06954e8060e5dbec510321e886e786fb4fd6.tar.bz2 mate-control-center-13ea06954e8060e5dbec510321e886e786fb4fd6.tar.xz |
appearance: Type column in GtkFileChooser requires gtk 3.24.12
Diffstat (limited to 'capplets/appearance/appearance.h')
-rw-r--r-- | capplets/appearance/appearance.h | 2 |
1 files changed, 2 insertions, 0 deletions
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" |