diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-02-11 15:50:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-02-11 15:50:05 +0000 |
commit | 7b435ccfc69a354c2e2ad066690b96c6eca6578f (patch) | |
tree | 32c85ffc0ad29b8925292fd61dd6c2fa21527405 /mdkapplet | |
parent | a69b041f2bbfb6041ee8a38f941c1358276bff03 (diff) | |
download | mgaonline-7b435ccfc69a354c2e2ad066690b96c6eca6578f.tar mgaonline-7b435ccfc69a354c2e2ad066690b96c6eca6578f.tar.gz mgaonline-7b435ccfc69a354c2e2ad066690b96c6eca6578f.tar.bz2 mgaonline-7b435ccfc69a354c2e2ad066690b96c6eca6578f.tar.xz mgaonline-7b435ccfc69a354c2e2ad066690b96c6eca6578f.zip |
(silentCheck) stop altering the cursor: it's useless to set the mouse
cursor as wait one for a few ms
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -452,9 +452,7 @@ sub silentCheck() { return if $mdv_update_pid || $checker_pid; log::explanations(N_("Computing new updates...\n")); my $w = $::main_window ? $::main_window->window : undef; - gtkset_mousecursor_wait($w); go2State('busy'); - gtkset_mousecursor_normal($w); # are there any updates ? |