diff options
author | raveit65 <[email protected]> | 2015-04-18 19:15:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-18 19:15:34 +0200 |
commit | ca80ba46b1485c8e996f516290ecced7d3020889 (patch) | |
tree | 0d972751f83b66f28eca9e920acf9a415bd4ddd7 /desktop-themes/GreenLaguna/gtk-3.0/Makefile.am | |
parent | cc8e634eeef8bbcfe82dd93449708a7956fdb9bb (diff) | |
download | mate-themes-ca80ba46b1485c8e996f516290ecced7d3020889.tar.bz2 mate-themes-ca80ba46b1485c8e996f516290ecced7d3020889.tar.xz |
GreenLaguna GTK3: use builtin icons for csd window controls
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0/Makefile.am')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am index 7da3b579..04e94060 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am +++ b/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am @@ -11,9 +11,11 @@ theme_DATA = \ mate-applications.css \ other-applications.css \ settings.ini \ - unity.css + unity.css \ + window-controls.css EXTRA_DIST = $(theme_DATA) -SUBDIRS = assets +SUBDIRS = assets \ + window-controls |