kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-08-25 07:08 pm

[dw-free] Nouveau Oleanders: 3 themes by dancing_serpent

[commit: http://hg.dwscoalition.org/dw-free/rev/00e4b029e973]

http://bugs.dwscoalition.org/show_bug.cgi?id=2969

Correct layout_authors property for Nightfall and Hunter Green themes.

Patch by [personal profile] dancing_serpent.

Files modified:
  • bin/upgrading/s2layers/nouveauoleanders/themes.s2
--------------------------------------------------------------------------------
diff -r 4bffb230283d -r 00e4b029e973 bin/upgrading/s2layers/nouveauoleanders/themes.s2
--- a/bin/upgrading/s2layers/nouveauoleanders/themes.s2	Wed Aug 25 12:54:26 2010 -0500
+++ b/bin/upgrading/s2layers/nouveauoleanders/themes.s2	Wed Aug 25 14:08:28 2010 -0500
@@ -56,6 +56,8 @@ layerinfo author_name = "dancing_serpent
 layerinfo author_name = "dancing_serpent";
 layerinfo redist_uniq = "nouveauoleanders/huntergreen";
 
+set layout_authors = [ { "name" => "dancing_serpent", "type" => "user" } ];
+
 set layout_resources = [ { "name" => "OpenClipart", "url" => "http://www.openclipart.org/" } ];
 
 ##===============================
@@ -111,6 +113,8 @@ layerinfo "name" = "Nightfall";
 layerinfo "name" = "Nightfall";
 layerinfo author_name = "dancing_serpent";
 layerinfo redist_uniq = "nouveauoleanders/nightfall";
+
+set layout_authors = [ { "name" => "dancing_serpent", "type" => "user" } ];
 
 set layout_resources = [ { "name" => "OpenClipart", "url" => "http://www.openclipart.org/" } ];
 
--------------------------------------------------------------------------------