Bug 1233750 - about:profiles - Setting a profile as default, selects it too, r=ehsan

This commit is contained in:
Andrea Marchesini 2016-01-04 19:02:39 +00:00
parent 837f1ced88
commit 47f282fda3

View File

@ -330,6 +330,7 @@ function removeProfile(profile) {
function defaultProfile(profile) {
ProfileService.defaultProfile = profile;
ProfileService.selectedProfile = profile;
ProfileService.flush();
refreshUI();
}