kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-09-26 01:44 pm

[dw-free] New Style: Practicality by timeasmymeasure

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

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

Base themes are already defined in S2Theme.pm.

Patch by [personal profile] ninetydegrees.

Files modified:
  • cgi-bin/LJ/S2Theme/practicality.pm
--------------------------------------------------------------------------------
diff -r e912cf16f991 -r e694f4c5a02b cgi-bin/LJ/S2Theme/practicality.pm
--- a/cgi-bin/LJ/S2Theme/practicality.pm	Fri Sep 24 17:53:33 2010 -0500
+++ b/cgi-bin/LJ/S2Theme/practicality.pm	Sun Sep 26 08:44:33 2010 -0500
@@ -29,6 +29,6 @@ sub cats { qw() }
 
 package LJ::S2Theme::practicality::warmth;
 use base qw( LJ::S2Theme::practicality );
-sub cats { qw( base ) }
+sub cats { qw() }
 
 1;
--------------------------------------------------------------------------------