X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c37fb9ef8fda87c074eb7585c458f1400d326af0..b14b17800d3b3afb37b0c11ac558b07d7042f4c4:/SL/Layout/ActionBar.pm diff --git a/SL/Layout/ActionBar.pm b/SL/Layout/ActionBar.pm index b0835c339..3279ba8dc 100644 --- a/SL/Layout/ActionBar.pm +++ b/SL/Layout/ActionBar.pm @@ -59,7 +59,7 @@ sub parse_actions { while (my $type = shift(@actions)) { if (blessed($type) && $type->isa('SL::Layout::ActionBar::Action')) { push @parsed, $type; - continue; + next; } my $descriptor = $class_descriptors{lc $type} || croak("Unknown action type '${type}'"); @@ -115,16 +115,11 @@ Arrangement utility =over 4 -=item C +=item C -Dispatches each each argument to C +to be documented -=item C - - -=item C - -=item C