Removing warnings here and there

This commit is contained in:
Alessandro Ranellucci 2012-05-20 17:21:31 +02:00
parent 2ae2c6a311
commit 67a076b360
3 changed files with 5 additions and 5 deletions

View file

@ -529,7 +529,7 @@ sub on_export_completed {
my $self = shift;
my ($message) = @_;
$self->{export_thread}->detach;
$self->{export_thread}->detach if $self->{export_thread};
$self->{export_thread} = undef;
$self->statusbar->SetCancelCallback(undef);
$self->statusbar->StopBusy;
@ -541,7 +541,7 @@ sub on_export_failed {
my $self = shift;
my ($message) = @_;
$self->{export_thread}->detach;
$self->{export_thread}->detach if $self->{export_thread};
$self->{export_thread} = undef;
$self->statusbar->SetCancelCallback(undef);
$self->statusbar->StopBusy;