diff options
author | raveit65 <[email protected]> | 2016-05-06 15:17:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-06 15:17:50 +0200 |
commit | 2cf729043b2a3f93ca6621e3aa5bfd2448e8f7f1 (patch) | |
tree | 4e8ab5eaf252d1c54c99f2f714c99d9bd661f77f | |
parent | cd79fb145652ceeb8a78ace2e7d5ad8590ddbc31 (diff) | |
download | mate-themes-2cf729043b2a3f93ca6621e3aa5bfd2448e8f7f1.tar.bz2 mate-themes-2cf729043b2a3f93ca6621e3aa5bfd2448e8f7f1.tar.xz |
GTK+-3.20 GreenLaguna: edited makefile
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am index feb5b5bf..b229a1eb 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am @@ -15,6 +15,8 @@ theme_DATA = \ checkbox-menuitem-mixed-insensitive.svg \ checkbox-menuitem-mixed-prelight.svg \ checkbox-menuitem-mixed.svg \ + checkbox-menuitem-unchecked.svg \ + checkbox-menuitem-unchecked-insensitive.svg \ checkbox-mixed-insensitive.svg \ checkbox-mixed.svg \ checkbox-unchecked-insensitive.svg \ @@ -34,6 +36,7 @@ theme_DATA = \ radio-menuitem-mixed-insensitive.svg \ radio-menuitem-mixed-prelight.svg \ radio-menuitem-mixed.svg \ + radio-menuitem-unselected.svg \ radio-mixed-insensitive.svg \ radio-mixed.svg \ radio-selected-insensitive.svg \ |