summaryrefslogtreecommitdiff
path: root/waterfox-g/debian/patches/g-kde.patch
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox-g/debian/patches/g-kde.patch')
-rw-r--r--waterfox-g/debian/patches/g-kde.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterfox-g/debian/patches/g-kde.patch b/waterfox-g/debian/patches/g-kde.patch
index 6fb67eb..edab014 100644
--- a/waterfox-g/debian/patches/g-kde.patch
+++ b/waterfox-g/debian/patches/g-kde.patch
@@ -34,7 +34,7 @@ index 95ed194f4bdd..90460d8bab88 100644
+ .createInstance(Components.interfaces.nsIProcess);
+ process.init(shellObj);
+ var args = ["--file", "kdeglobals", "--group", "General", "--key",
-+ "BrowserApplication", "waterfox-g"];
++ "BrowserApplication", "waterfox"];
+ process.run(false, args, args.length);
+ }
} catch (ex) {
bgstack15