summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-03-20 17:06:32 +0000
committerThierry Vignaud <tv@mandriva.org>2007-03-20 17:06:32 +0000
commitea1264f90301bfbc63f74228e271f02b2a0ec5e0 (patch)
treee0a71e0cec766c376e34753d0a38dc25ac33b9af
parent6bba80df8a903fc55f8c264bccbb3ee824b25b54 (diff)
downloadmgaonline-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-xmdkapplet1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdkapplet b/mdkapplet
index 1e17d3c1..f82cc98a 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -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;