diff options
-rwxr-xr-x | perl-install/standalone/drakdvb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakdvb b/perl-install/standalone/drakdvb index 4e684c72e..9f2129604 100755 --- a/perl-install/standalone/drakdvb +++ b/perl-install/standalone/drakdvb @@ -79,7 +79,7 @@ sub detect_channels() { if ($pid = fork()) { gtkadd($wait->{window}, gtkpack($wait->create_box_with_title(N("Detecting DVB channels, this will take a few minutes")), - my $w = gtknew('Button', text => N("Cancel"), clicked => \&exitapp), + gtknew('Button', text => N("Cancel"), clicked => \&exitapp), ) ); $wait->main; |