]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Layout/ActionBar.pm
DATEV Export - Vorbereitung für CSV Export
[mfinanz.git] / SL / Layout / ActionBar.pm
index 25a62ccbec2f6e0594616cfeb9bd1072e46ccf02..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}'");
@@ -119,6 +119,8 @@ Arrangement utility
 
 to be documented
 
+=back
+
 =head1 ACCESS FROM CODE
 
 This is accessable through