Ticket #1207: padre-pluginhandle.patch
| File padre-pluginhandle.patch, 407 bytes (added by mj41, 2 years ago) |
|---|
-
lib/Padre/PluginHandle.pm
345 345 next if $hook->[0] eq $self->object; 346 346 push @new_list, $hook; 347 347 } 348 $ self->{hooks}->{$hookname} = \@new_list;348 $manager->{hooks}->{$hookname} = \@new_list; 349 349 } 350 350 351 351 # Update the status
