]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Layout/ActionBar.pm
DATEV Export - Vorbereitung für CSV Export
[mfinanz.git] / SL / Layout / ActionBar.pm
index b0835c339d54e927c500e86e9d9b2b017972bf7a..3279ba8dcb19aa6bd25b5a320229d13d9eba893c 100644 (file)
@@ -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<add_actions LIST>
+=item C<add LIST>
 
-Dispatches each each argument to C<add_action>
+to be documented
 
-=item C<add_action>
-
-
-=item C<add_separator>
-
-=item C<add_
+=back
 
 =head1 ACCESS FROM CODE