projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
52f292b
)
making skin_name default to 'default' again
edenc [Mon, 11 Aug 2008 19:35:55 +0000 (19:35 +0000)]
lib/Reaction/UI/View.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Reaction/UI/View.pm
b/lib/Reaction/UI/View.pm
index
18f209d
..
db95e7b
100644
(file)
--- a/
lib/Reaction/UI/View.pm
+++ b/
lib/Reaction/UI/View.pm
@@
-17,7
+17,7
@@
has '_layout_set_cache' => (is => 'ro', default => sub { {} });
has 'app' => (is => 'ro', required => 1);
-has 'skin_name' => (is => 'ro', required => 1, default => 'base');
+has 'skin_name' => (is => 'ro', required => 1, default => 'default');
has 'skin' => (
is => 'ro', lazy_build => 1,