diff options
Diffstat (limited to 'mdkapplet-add-media-helper')
-rwxr-xr-x | mdkapplet-add-media-helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet-add-media-helper b/mdkapplet-add-media-helper index af710799..0130b12b 100755 --- a/mdkapplet-add-media-helper +++ b/mdkapplet-add-media-helper @@ -158,7 +158,7 @@ sub run_no_rights_dialog() { sub authenticate_callback { my ($email, $passwd) = @_; my $product = $product{$up_product}; - my $profile = mdkonline::get_my_mdv_profile(); + my $profile = mdkonline::get_my_mdv_profile($email, $passwd); if ($profile->{code} != 0) { my $in = interactive->vnew; |