diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-03-16 19:09:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-03-16 19:09:36 +0000 |
commit | 4e900696059dd2189fa0395830825a1b55598519 (patch) | |
tree | f02c5b5cb715b93a9ecb87ead403754a6e5762d6 | |
parent | 783df052d0bd1a5b70cd636b612d75c45e24af8c (diff) | |
download | mgaonline-4e900696059dd2189fa0395830825a1b55598519.tar mgaonline-4e900696059dd2189fa0395830825a1b55598519.tar.gz mgaonline-4e900696059dd2189fa0395830825a1b55598519.tar.bz2 mgaonline-4e900696059dd2189fa0395830825a1b55598519.tar.xz mgaonline-4e900696059dd2189fa0395830825a1b55598519.zip |
fix eating all CPU after running MandrivaUpdate
-rwxr-xr-x | mdkapplet | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -288,10 +288,6 @@ sub installUpdates() { my $oldmd5 = $release <= 10.2 ? mdkonline::md5file($binfile) : common::md5file($binfile); logIt(N("Launching mdkupdate --applet\n")); refresh_gui(0); - my $pid = fork_exec('MandrivaUpdate', '--no-media-update', '--no-confirmation'); - while (!member($pid, harvester())) { - gtkflush(); - } my $newmd5 = $release <= 10.2 ? mdkonline::md5file($binfile) : common::md5file($binfile); restart_applet() if $newmd5 ne $oldmd5; #my $w = $in->wait_message(N("Please wait"), N("Check updates")); |