X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FReaction%2FUI%2FController.pm;h=a6ff6ef45487e3543ef41d2a68db244489328214;hb=8909345a99d2a873345a3e873b07f3bff8e42c7e;hp=9093fd3e0ab8b9c20519bcdfb6557a0b163cfd0e;hpb=f2756356bd70930992bcd498accc29dcb01075e2;p=catagits%2FReaction.git diff --git a/lib/Reaction/UI/Controller.pm b/lib/Reaction/UI/Controller.pm index 9093fd3..a6ff6ef 100644 --- a/lib/Reaction/UI/Controller.pm +++ b/lib/Reaction/UI/Controller.pm @@ -22,7 +22,7 @@ sub push_viewport { if (my $conf_class = delete $vp_attr->{class}) { $class = $conf_class; } - %args = (%$vp_attr, @proto_args); + %args = %{ $self->merge_config_hashes($vp_attr, {@proto_args}) }; } else { $class = $vp_attr; %args = @proto_args;