diff options
author | Exalm <[email protected]> | 2015-08-30 20:02:42 +0500 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 13:25:17 +0200 |
commit | 57026bf522ee80d8fc3710ca33da73ff103f98c3 (patch) | |
tree | 79509a138a0474bae81aa27b8dd4ccf35da753c1 /capplets/appearance/Makefile.am | |
parent | ec8698fb8b24fa6e94c4901fb1bad555ad9b6116 (diff) | |
download | mate-control-center-57026bf522ee80d8fc3710ca33da73ff103f98c3.tar.bz2 mate-control-center-57026bf522ee80d8fc3710ca33da73ff103f98c3.tar.xz |
Restored Interface tab in Appearance capplet
Remove editable accels and toolbar style toggles as they are
deprecated in GTK >= 3.10.0
Diffstat (limited to 'capplets/appearance/Makefile.am')
-rw-r--r-- | capplets/appearance/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/capplets/appearance/Makefile.am b/capplets/appearance/Makefile.am index c28d3815..500fcc64 100644 --- a/capplets/appearance/Makefile.am +++ b/capplets/appearance/Makefile.am @@ -16,6 +16,8 @@ mate_appearance_properties_SOURCES = \ appearance-themes.h \ appearance-style.c \ appearance-style.h \ + appearance-ui.c \ + appearance-ui.h \ appearance-support.c \ appearance-support.h \ mate-wp-info.c \ |