From 7b435ccfc69a354c2e2ad066690b96c6eca6578f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 11 Feb 2009 15:50:05 +0000 Subject: (silentCheck) stop altering the cursor: it's useless to set the mouse cursor as wait one for a few ms --- mdkapplet | 2 -- 1 file changed, 2 deletions(-) diff --git a/mdkapplet b/mdkapplet index c4d91b18..1a523972 100755 --- a/mdkapplet +++ b/mdkapplet @@ -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 ? -- cgit v1.2.1