diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-09 10:55:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-09 10:55:03 +0000 |
commit | b7227bdf3fd63531cc970a4b541dd0155b511e48 (patch) | |
tree | e2b25477299abe6dff26ef561f84cb8885f3136f /mdkapplet | |
parent | 19b21d9f1ef8eabcd9a85c8940a82e6178e13816 (diff) | |
download | mgaonline-b7227bdf3fd63531cc970a4b541dd0155b511e48.tar mgaonline-b7227bdf3fd63531cc970a4b541dd0155b511e48.tar.gz mgaonline-b7227bdf3fd63531cc970a4b541dd0155b511e48.tar.bz2 mgaonline-b7227bdf3fd63531cc970a4b541dd0155b511e48.tar.xz mgaonline-b7227bdf3fd63531cc970a4b541dd0155b511e48.zip |
(is_there_a_new_distributions) do not check for new distro on Flash
since there's not not enough disk space
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}"; |