diff options
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -254,6 +254,7 @@ my ($download_dir, $download_all); } my ($new_distro, $no_more_supported); +get_product_id(); shouldStart() or die "$localfile should be set to TRUE: please use --force or -f option to launch applet\n"; @@ -312,7 +313,6 @@ sub get_distro_list() { } sub is_there_a_new_distributions() { - get_product_id(); return if $product_id->{product} =~ /Flash/; # sanity check for cooker: @@ -606,7 +606,6 @@ sub silentCheck() { } if (!@update_medias) { - get_product_id(); if (is_enterprise_media_supported()) { checker_exit('no_enterprise_update_medium'); } else { @@ -810,7 +809,6 @@ sub get_enabled_restricted_media { sub is_restricted_media_configured { my ($urpm) = @_; - get_product_id(); return 1 if !is_restricted_media_supported(); my @restricted_media = get_enabled_restricted_media($urpm); |