diff options
author | raveit65 <[email protected]> | 2015-04-21 18:52:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-21 18:53:33 +0200 |
commit | 9f1c639ca6254e6027d78d0cde50dccf22ab24c1 (patch) | |
tree | a603a8e117f2852fd369998ea4eb5e339365d5fd /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 46b19da5311ca9b05beda1288a0964fa4f94983d (diff) | |
download | mate-themes-9f1c639ca6254e6027d78d0cde50dccf22ab24c1.tar.bz2 mate-themes-9f1c639ca6254e6027d78d0cde50dccf22ab24c1.tar.xz |
GreenLaguna GTK3: fix typo in make file
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am index 0d3aa937..46e58cb6 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am +++ b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am @@ -3,15 +3,15 @@ THEME_NAME=GreenLaguna themedir = $(datadir)/themes/$(THEME_NAME)/gtk-3.0/window-controls theme_DATA = \ - button-close-focus.png - button-max-focus1.png - button-max-focus.png - button-min-focus.png - menu-button-pressed.png - neutral.png - unabove-button.png - unabove-button-unfocus.png - unfocus.png + button-close-focus.png \ + button-max-focus1.png \ + button-max-focus.png \ + button-min-focus.png \ + menu-button-pressed.png \ + neutral.png \ + unabove-button.png \ + unabove-button-unfocus.png \ + unfocus.png \ yellow.png EXTRA_DIST = $(theme_DATA) |