diff options
Diffstat (limited to 'lib/ManaTools')
-rw-r--r-- | lib/ManaTools/Shared/GUI/Dialog.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/ManaTools/Shared/GUI/Dialog.pm b/lib/ManaTools/Shared/GUI/Dialog.pm index efb8fab7..78a16ffa 100644 --- a/lib/ManaTools/Shared/GUI/Dialog.pm +++ b/lib/ManaTools/Shared/GUI/Dialog.pm @@ -113,6 +113,7 @@ has 'module' => ( is => 'ro', isa => 'ManaTools::Module', required => 1, + handles => ['loc', 'logger', 'D', 'I', 'W', 'E'], ); has 'factory' => ( @@ -323,11 +324,6 @@ has 'result' => ( } ); -sub loc { - my $self = shift; - return $self->module->loc(@_); -} - #============================================================= =head2 checkFields |