mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
fix for 30119, r=waterson@netscape.com, a=jar@netscape.com
This commit is contained in:
parent
ac13e292a2
commit
9240cecb16
@ -91,7 +91,7 @@ function onFinish()
|
||||
|
||||
var profName = wizardManager.WSM.PageData["newProfile1_2"].ProfileName.value;
|
||||
dump("**** profName: "+ profName + "\n");
|
||||
var profDir = wizardManager.WSM.PageData["newProfile1_2"].ProfileDir.value;
|
||||
var profDir = wizardManager.WSM.PageData["newProfile1_2"].ProfileDir.rootFolder;
|
||||
proceed = processCreateProfileData( profName, profDir );
|
||||
if( proceed ) {
|
||||
if( window.opener ) {
|
||||
@ -144,6 +144,7 @@ function processCreateProfileData( aProfName, aProfDir )
|
||||
}
|
||||
}
|
||||
|
||||
dump("*** going to create a new profile called " + aProfName + " in folder: " + aProfDir + "\n");
|
||||
profile.createNewProfile( aProfName, aProfDir );
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user