When selecting a profile in the Profile Manager, mark it with Default=1 (bug 1089694). r=bsmedberg

--HG--
extra : rebase_source : a290ed81fad6b2286321d3d7f8869599a379b6ab
This commit is contained in:
Panos Astithas 2014-10-27 18:41:09 +02:00
parent 731347dd57
commit 3dce35de48

View File

@ -102,6 +102,7 @@ function acceptDialog()
gDialogParams.objects.insertElementAt(profileLock.nsIProfileLock, 0, false);
gProfileService.selectedProfile = selectedProfile.profile;
gProfileService.defaultProfile = selectedProfile.profile;
updateStartupPrefs();
gDialogParams.SetInt(0, 1);