diff options
author | raveit65 <[email protected]> | 2015-04-16 16:09:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-16 16:09:24 +0200 |
commit | 3d877aa3f2f6b22a13b26872c18e6f8db4982b48 (patch) | |
tree | 5e5eec5be639e1027683fc763ec2ad94561f1e50 /desktop-themes/BlueMenta/gtk-3.0/Makefile.am | |
parent | efbefdb4e1b3bb95e03110e8f0a7ec7364a500d4 (diff) | |
download | mate-themes-3d877aa3f2f6b22a13b26872c18e6f8db4982b48.tar.bz2 mate-themes-3d877aa3f2f6b22a13b26872c18e6f8db4982b48.tar.xz |
Menta themes GTK3: use normal window control icons for csd applications
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0/Makefile.am')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/Makefile.am b/desktop-themes/BlueMenta/gtk-3.0/Makefile.am index 03dced05..5d058cb9 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/Makefile.am +++ b/desktop-themes/BlueMenta/gtk-3.0/Makefile.am @@ -13,10 +13,12 @@ theme_DATA = \ mate-applications.css \ other-applications.css \ settings.ini \ - unity.css + unity.css \ + window-controls.css EXTRA_DIST = $(theme_DATA) SUBDIRS = \ assets \ - borders + borders \ + window-controls |