diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-03-20 17:06:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-03-20 17:06:32 +0000 |
commit | ea1264f90301bfbc63f74228e271f02b2a0ec5e0 (patch) | |
tree | e0a71e0cec766c376e34753d0a38dc25ac33b9af | |
parent | 6bba80df8a903fc55f8c264bccbb3ee824b25b54 (diff) | |
download | mgaonline-ea1264f90301bfbc63f74228e271f02b2a0ec5e0.tar mgaonline-ea1264f90301bfbc63f74228e271f02b2a0ec5e0.tar.gz mgaonline-ea1264f90301bfbc63f74228e271f02b2a0ec5e0.tar.bz2 mgaonline-ea1264f90301bfbc63f74228e271f02b2a0ec5e0.tar.xz mgaonline-ea1264f90301bfbc63f74228e271f02b2a0ec5e0.zip |
(silentCheck) try harder to refresh the GUI while updating (eg: if a
full-screen window go above the applet)
-rwxr-xr-x | mdkapplet | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -344,6 +344,7 @@ sub silentCheck() { # are there any updates ? if (my $data = $response->{data}) { if ($data->{isUpdateAvailable}) { + my $_flush_guard = Gtk2::GUI_Update_Guard->new; my $will_not_update_media; require urpm::lock; my $urpm = urpm->new; |