From b7227bdf3fd63531cc970a4b541dd0155b511e48 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 9 Oct 2008 10:55:03 +0000 Subject: (is_there_a_new_distributions) do not check for new distro on Flash since there's not not enough disk space --- mdkapplet | 1 + 1 file changed, 1 insertion(+) (limited to 'mdkapplet') 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}"; -- cgit v1.2.1