summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-01-26 14:46:41 +0000
committerOlivier Blin <oblin@mandriva.com>2009-01-26 14:46:41 +0000
commit0ca3f83c67b6b4debdb41022d4fa4dc6b9ece1a7 (patch)
tree4397c5ec7f935cf930c0365a608150d7ffe41cc5
parent8096b73375f136c3082acbbd8cea12dbc501a3c5 (diff)
downloaddrakx-0ca3f83c67b6b4debdb41022d4fa4dc6b9ece1a7.tar
drakx-0ca3f83c67b6b4debdb41022d4fa4dc6b9ece1a7.tar.gz
drakx-0ca3f83c67b6b4debdb41022d4fa4dc6b9ece1a7.tar.bz2
drakx-0ca3f83c67b6b4debdb41022d4fa4dc6b9ece1a7.tar.xz
drakx-0ca3f83c67b6b4debdb41022d4fa4dc6b9ece1a7.zip
$w is unused
-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;