mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 903533 - Fix webapps directory creation on Linux. r=felipe
This commit is contained in:
parent
a5406a2ed5
commit
aa4e9ba2ca
@ -827,7 +827,7 @@ LinuxNativeApp.prototype = {
|
|||||||
.getService(Ci.nsIToolkitProfileService);
|
.getService(Ci.nsIToolkitProfileService);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
this.appProfile = profSvc.createDefaultProfileForApp(this.installDir.leafName,
|
this.appProfile = profSvc.createDefaultProfileForApp(this.uniqueName,
|
||||||
null, null);
|
null, null);
|
||||||
} catch (ex if ex.result == Cr.NS_ERROR_ALREADY_INITIALIZED) {}
|
} catch (ex if ex.result == Cr.NS_ERROR_ALREADY_INITIALIZED) {}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user