diff options
author | Martin Stransky <stransky@redhat.com> | 2018-03-06 15:06:38 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-03-06 15:06:38 +0100 |
commit | 3aea3055e85d7f367ec5b1347c5b96898e237fd2 (patch) | |
tree | 75af62695ed1ca614a5d67293e4561572146995e /remote-profile.patch | |
parent | Merged with firefox-59 (diff) | |
download | librewolf-fedora-ff-3aea3055e85d7f367ec5b1347c5b96898e237fd2.tar.gz librewolf-fedora-ff-3aea3055e85d7f367ec5b1347c5b96898e237fd2.tar.bz2 librewolf-fedora-ff-3aea3055e85d7f367ec5b1347c5b96898e237fd2.zip |
Removed unused wayland patches
Diffstat (limited to 'remote-profile.patch')
-rw-r--r-- | remote-profile.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/remote-profile.patch b/remote-profile.patch deleted file mode 100644 index 919f735..0000000 --- a/remote-profile.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp -index 386213efebb4..990ba32acbd4 100644 ---- a/toolkit/xre/nsAppRunner.cpp -+++ b/toolkit/xre/nsAppRunner.cpp -@@ -3995,6 +3995,14 @@ XREMain::XRE_mainStartup(bool* aExitFlag) - } - } - -+ if (!profile) { -+#ifdef MOZ_DEV_EDITION -+ profile = "dev-edition-default"; -+#else -+ profile = "default"; -+#endif -+ } -+ - nsCOMPtr<nsIFile> mutexDir; - rv = GetSpecialSystemDirectory(OS_TemporaryDirectory, getter_AddRefs(mutexDir)); - if (NS_SUCCEEDED(rv)) { |