summaryrefslogtreecommitdiffstats
path: root/mdkapplet-add-media-helper
diff options
context:
space:
mode:
authorJoão Victor Duarte Martins <jvictor@mandriva.com>2010-05-13 19:18:10 +0000
committerJoão Victor Duarte Martins <jvictor@mandriva.com>2010-05-13 19:18:10 +0000
commitd090155884bbbb2e955922efdcb68aa4cecb1291 (patch)
tree1b7731303d7e5f5a01e2aa901dc6d1c6fd907ff8 /mdkapplet-add-media-helper
parent6cfd95a49b0c0df8b334f43b3e6e3df9d1806778 (diff)
downloadmgaonline-d090155884bbbb2e955922efdcb68aa4cecb1291.tar
mgaonline-d090155884bbbb2e955922efdcb68aa4cecb1291.tar.gz
mgaonline-d090155884bbbb2e955922efdcb68aa4cecb1291.tar.bz2
mgaonline-d090155884bbbb2e955922efdcb68aa4cecb1291.tar.xz
mgaonline-d090155884bbbb2e955922efdcb68aa4cecb1291.zip
(authenticate_callback): Fixing get_my_mdv_profile parameters.
Diffstat (limited to 'mdkapplet-add-media-helper')
-rwxr-xr-xmdkapplet-add-media-helper2
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;