summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakdvb
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/drakdvb')
-rwxr-xr-xperl-install/standalone/drakdvb2
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;