summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkapplet1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index c62034d0..fbe9815e 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -298,7 +298,6 @@ sub is_there_a_new_distributions() {
# only compare first distro: if it's not the same as the currently installed one,
# then it's the most recent release:
my $new_distro = $distros[0];
- local $product_id->{version} = '2008.1';
return if !member($product_id->{version}, map { $_->{version} } @distros);