diff options
author | Stefano Karapetsas <[email protected]> | 2012-04-04 14:52:18 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-04-04 14:52:18 +0200 |
commit | aa77453bca030d29cd8e1c5065b7c37bea375ca5 (patch) | |
tree | b6f83b1ae5f5e5be4227ef631e71a676aebbba61 | |
parent | 5492cbd493c1e02e260c85bd15e648fc2d8a5e70 (diff) | |
download | mate-themes-aa77453bca030d29cd8e1c5065b7c37bea375ca5.tar.bz2 mate-themes-aa77453bca030d29cd8e1c5065b7c37bea375ca5.tar.xz |
fix a missing rename from Inverted to Reverse
-rw-r--r-- | marco-themes/Makefile.am | 2 | ||||
-rw-r--r-- | marco-themes/Reverse/metacity-theme-1.xml (renamed from marco-themes/Inverted/metacity-theme-1.xml) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/marco-themes/Makefile.am b/marco-themes/Makefile.am index c5d27734..74e4722a 100644 --- a/marco-themes/Makefile.am +++ b/marco-themes/Makefile.am @@ -4,7 +4,7 @@ THEMES = \ TraditionalOkClassic \ Glider \ Shiny \ - Inverted \ + Reverse \ Fog THEME_DIR=$(datadir)/themes diff --git a/marco-themes/Inverted/metacity-theme-1.xml b/marco-themes/Reverse/metacity-theme-1.xml index 1c26f534..62108e3b 100644 --- a/marco-themes/Inverted/metacity-theme-1.xml +++ b/marco-themes/Reverse/metacity-theme-1.xml @@ -2,7 +2,7 @@ <!-- $Id: marco-theme-1.xml 1263 2007-05-03 10:56:34Z acimitan $ --> <metacity_theme> <info> - <name>Inverted</name> + <name>Reverse</name> <author>Daniel Borgmann <[email protected]>, Andrea Cimitan <[email protected]></author> <copyright>Â 2005-2007 Daniel Borgmann, Andrea Cimitan</copyright> <date>Apr, 2007</date> |