summaryrefslogtreecommitdiffstats
path: root/mdkapplet
diff options
context:
space:
mode:
Diffstat (limited to 'mdkapplet')
-rwxr-xr-xmdkapplet1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdkapplet b/mdkapplet
index 340bcebc..312ab5fb 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -418,6 +418,7 @@ sub installUpdates() {
sub silentCheck() {
state $check_time;
my $new_time = time();
+ undef $new_distro;
if (!$check_time || $new_time - $check_time > $config{DISTRO_CHECK_DELAY}) {
$check_time = $new_time;
is_there_a_new_distributions();