summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;