projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8139388
)
skin defaults to base now
wreis [Thu, 24 Jul 2008 01:50:11 +0000 (
01:50
+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
db95e7b
..
18f209d
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 => 'default');
+has 'skin_name' => (is => 'ro', required => 1, default => 'base');
has 'skin' => (
is => 'ro', lazy_build => 1,