Window->content_type is rw now
wreis [Wed, 20 Aug 2008 19:13:58 +0000 (19:13 +0000)]
lib/Reaction/UI/Window.pm

index 8257c28..860bda8 100644 (file)
@@ -8,7 +8,7 @@ use namespace::clean -except => [ qw(meta) ];
 
 has ctx => (isa => 'Catalyst', is => 'ro', required => 1);
 has view_name => (isa => 'Str', is => 'ro', lazy_fail => 1);
-has content_type => (isa => 'Str', is => 'ro', lazy_fail => 1);
+has content_type => (isa => 'Str', is => 'rw', lazy_fail => 1);
 has title => (isa => 'Str', is => 'rw', default => sub { 'Untitled window' });
 has view => (
   # XXX compile failure because the Catalyst::View constraint would be