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 10163848..23a73843 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -264,6 +264,7 @@ ugtk2::exit(0);
sub is_there_a_new_distributions() {
+ return if $product_id->{product} =~ /Flash/;
#- contact the following URL to retrieve the list of released distributions.
my $type = lc($product_id->{type}); $type =~ s/\s//g;
my $list = "http://api.mandriva.com/distributions/$type.$product_id->{arch}.list?product=$product_id->{product}";