[dw-nonfree] Declaration of which themes are default/should go in the base category, is duplicated
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/770ba3d08bab]
http://bugs.dwscoalition.org/show_bug.cgi?id=2728
Deduplication: Remove declaration of "base" category.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2728
Deduplication: Remove declaration of "base" category.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/S2Theme/colorside_local.pm
- cgi-bin/LJ/S2Theme/modish_local.pm
- cgi-bin/LJ/S2Theme/sundaymorning.pm
- cgi-bin/LJ/S2Theme/transmogrified.pm
-------------------------------------------------------------------------------- diff -r fd186296372d -r 770ba3d08bab cgi-bin/LJ/S2Theme/colorside_local.pm --- a/cgi-bin/LJ/S2Theme/colorside_local.pm Thu Jun 17 18:41:43 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/colorside_local.pm Mon Jun 21 17:33:14 2010 +0800 @@ -12,7 +12,7 @@ sub cats { qw() } package LJ::S2Theme::colorside::nadeshiko; use base qw( LJ::S2Theme::colorside ); -sub cats { qw( base ) } +sub cats { qw() } package LJ::S2Theme::colorside::wintergreen; use base qw( LJ::S2Theme::colorside ); diff -r fd186296372d -r 770ba3d08bab cgi-bin/LJ/S2Theme/modish_local.pm --- a/cgi-bin/LJ/S2Theme/modish_local.pm Thu Jun 17 18:41:43 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/modish_local.pm Mon Jun 21 17:33:14 2010 +0800 @@ -4,7 +4,7 @@ sub cats { qw() } package LJ::S2Theme::modish::scarlet; use base qw( LJ::S2Theme::modish ); -sub cats { qw( base ) } +sub cats { qw() } package LJ::S2Theme::modish::teal; use base qw( LJ::S2Theme::modish ); diff -r fd186296372d -r 770ba3d08bab cgi-bin/LJ/S2Theme/sundaymorning.pm --- a/cgi-bin/LJ/S2Theme/sundaymorning.pm Thu Jun 17 18:41:43 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/sundaymorning.pm Mon Jun 21 17:33:14 2010 +0800 @@ -9,7 +9,7 @@ sub designer { "regna" } package LJ::S2Theme::sundaymorning::greensquiggle; use base qw( LJ::S2Theme::sundaymorning ); -sub cats { qw( base ) } +sub cats { qw() } package LJ::S2Theme::sundaymorning::greenswirls; use base qw( LJ::S2Theme::sundaymorning ); diff -r fd186296372d -r 770ba3d08bab cgi-bin/LJ/S2Theme/transmogrified.pm --- a/cgi-bin/LJ/S2Theme/transmogrified.pm Thu Jun 17 18:41:43 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/transmogrified.pm Mon Jun 21 17:33:14 2010 +0800 @@ -79,7 +79,7 @@ sub navigation_props { package LJ::S2Theme::transmogrified::basic; use base qw( LJ::S2Theme::transmogrified ); -sub cats { qw( base ) } +sub cats { qw() } package LJ::S2Theme::transmogrified::blackeye; use base qw( LJ::S2Theme::transmogrified ); --------------------------------------------------------------------------------