firefox-kde.patch
changeset 809 af47260a332c
parent 807 f54c68340963
child 816 5551f1ff7e1d
--- a/firefox-kde.patch	Sun Nov 16 20:54:39 2014 +0100
+++ b/firefox-kde.patch	Mon Nov 17 17:22:06 2014 +0100
@@ -1393,7 +1393,7 @@
 +                                .createInstance(Components.interfaces.nsIProcess);
 +        process.init(shellObj);
 +        var args = ["--file", "kdeglobals", "--group", "General", "--key",
-+            "BrowserApplication", "MozillaFirefox"];
++            "BrowserApplication", "firefox"];
 +        process.run(false, args, args.length);
 +      }
      } catch (ex) {