Show
Ignore:
Timestamp:
07/01/08 04:52:13 (17 months ago)
Author:
bchoate
Message:

Added support for a plugin/component to define an init handler.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/lib/MT.pm.pre

    r2276 r2667  
    21132113                my $label = $c->label || $pack->{label}; 
    21142114                $label = $label->() if ref($label) eq 'CODE'; 
     2115                # if the component did not declare a label, 
     2116                # it isn't wanting to be visible on the app footer. 
     2117                next if $label eq $c->{plugin_sig}; 
    21152118                push @packs_installed, { 
    21162119                    label => $label,