diff options
author | raveit65 <[email protected]> | 2015-04-16 16:04:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-16 16:04:25 +0200 |
commit | 4647b65f79410b35b8781d18045da22e11dc1dc7 (patch) | |
tree | eefc7bf7b5d15a362c195ac958c11e3ef64a4a5f /desktop-themes/Menta/gtk-3.0/Makefile.am | |
parent | 3002ce899b3646611bbc81e6d4c949aec906b9ec (diff) | |
download | mate-themes-4647b65f79410b35b8781d18045da22e11dc1dc7.tar.bz2 mate-themes-4647b65f79410b35b8781d18045da22e11dc1dc7.tar.xz |
Menta themes GTK3: use normal window control icons for csd applications
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0/Makefile.am')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/Makefile.am b/desktop-themes/Menta/gtk-3.0/Makefile.am index 37e0fc55..35bce905 100644 --- a/desktop-themes/Menta/gtk-3.0/Makefile.am +++ b/desktop-themes/Menta/gtk-3.0/Makefile.am @@ -1,4 +1,3 @@ - themedir = $(datadir)/themes/Menta/gtk-3.0 theme_DATA = \ @@ -14,10 +13,12 @@ theme_DATA = \ gtk-widgets-borders.css \ other-applications.css \ settings.ini \ - unity.css + unity.css \ + window-controls.css EXTRA_DIST = $(theme_DATA) SUBDIRS = \ assets \ - borders + borders \ + window-controls |