summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-03-16 17:20:53 +0000
committerThierry Vignaud <tv@mandriva.org>2007-03-16 17:20:53 +0000
commit2c56fe28885c696de007591f4d68016338b98813 (patch)
tree62c814c6c37d18e2bf12d92d54a654b713914b2b
parent25291f1cf81f40fe25742932309feb0065e603a7 (diff)
downloadmgaonline-2c56fe28885c696de007591f4d68016338b98813.tar
mgaonline-2c56fe28885c696de007591f4d68016338b98813.tar.gz
mgaonline-2c56fe28885c696de007591f4d68016338b98813.tar.bz2
mgaonline-2c56fe28885c696de007591f4d68016338b98813.tar.xz
mgaonline-2c56fe28885c696de007591f4d68016338b98813.zip
kill dead code
-rwxr-xr-xmdkapplet3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index 6123f53b..5f99cdcb 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -145,7 +145,8 @@ my %actions = (
'configureApplet' => { name => N("Configure the service"), launch => sub { configure() } },
'check' => { name => N("Check Updates"), launch => sub {
my $w = $in->wait_message(N("Please wait"), N("Check updates") . '...');
- checkUpdates(); undef $w } },
+ checkUpdates();
+ },
'weblink' => { name => N("Online WebSite"), launch => sub { mdkonline::get_site($online_site, 'info.php') } },
'confNetwork' => { name => N("Configure Network"), launch => sub { configNetwork() } },
'register' => { name => N("Configure Now!"), launch => sub { configure() } }