fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-04-06 02:06 am

[dw-nonfree] Update featured styles for April 2010

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/c5f2699207de]

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

New set of featured themes.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/LJ/S2Theme/sundaymorning.pm
  • cgi-bin/LJ/S2Theme/transmogrified.pm
--------------------------------------------------------------------------------
diff -r c408a7987b43 -r c5f2699207de cgi-bin/LJ/S2Theme/sundaymorning.pm
--- a/cgi-bin/LJ/S2Theme/sundaymorning.pm	Tue Apr 06 00:06:00 2010 +0000
+++ b/cgi-bin/LJ/S2Theme/sundaymorning.pm	Mon Apr 05 19:11:29 2010 -0700
@@ -18,7 +18,7 @@ sub cats { qw() }
 
 package LJ::S2Theme::sundaymorning::nnwm2009;
 use base qw( LJ::S2Theme::sundaymorning );
-sub cats { qw(featured) }
+sub cats { qw() }
 sub designer { "zvi" }
 
 package LJ::S2Theme::sundaymorning::pinkswirls;
@@ -36,7 +36,7 @@ sub cats { qw() }
 
 package LJ::S2Theme::sundaymorning::redcontrast;
 use base qw( LJ::S2Theme::sundaymorning );
-sub cats { qw( featured ) }
+sub cats { qw() }
 sub designer { "ambrya" }
 package LJ::S2Theme::sundaymorning::redsquiggle;
 use base qw( LJ::S2Theme::sundaymorning );
diff -r c408a7987b43 -r c5f2699207de cgi-bin/LJ/S2Theme/transmogrified.pm
--- a/cgi-bin/LJ/S2Theme/transmogrified.pm	Tue Apr 06 00:06:00 2010 +0000
+++ b/cgi-bin/LJ/S2Theme/transmogrified.pm	Mon Apr 05 19:11:29 2010 -0700
@@ -153,7 +153,7 @@ sub designer { "dancing_serpent" }
 
 package LJ::S2Theme::transmogrified::ocean;
 use base qw( LJ::S2Theme::transmogrified );
-sub cats { qw( featured ) }
+sub cats { qw() }
 sub designer { "dancing_serpent" }
 
 package LJ::S2Theme::transmogrified::palejewels;
@@ -193,7 +193,7 @@ sub designer { "branchandroot" }
 
 package LJ::S2Theme::transmogrified::tehotenion;
 use base qw( LJ::S2Theme::transmogrified );
-sub cats { qw( ) }
+sub cats { qw( featured ) }
 sub designer { "baggyeyes" }
 
 package LJ::S2Theme::transmogrified::whiteorblack;
--------------------------------------------------------------------------------