mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
switch to unity-menubar from archlinux, since it is not currently maintained by upstream. PR: 277807 Approved by: freebsd@sysctl.cz (maintainer)
11 lines
351 B
C++
11 lines
351 B
C++
--- toolkit/xre/nsXREDirProvider.cpp.orig 2024-03-19 15:15:35 UTC
|
|
+++ toolkit/xre/nsXREDirProvider.cpp
|
|
@@ -1430,7 +1430,7 @@ nsresult nsXREDirProvider::AppendProfilePath(nsIFile*
|
|
if (gAppData->profile) {
|
|
profile = gAppData->profile;
|
|
} else {
|
|
- appName = gAppData->name;
|
|
+ appName = "Librewolf";
|
|
vendor = gAppData->vendor;
|
|
}
|
|
|