Fixed init of Shellservices
authorWolfgang Rosenauer <wr@rosenauer.org>
Fri, 13 Aug 2010 11:23:46 +0200
changeset 136 0051f2b9308b
parent 135 7f97873f2672
child 137 5bf88897596f
Fixed init of Shellservices
firefox-kde.patch
--- a/firefox-kde.patch	Fri Aug 13 09:41:39 2010 +0200
+++ b/firefox-kde.patch	Fri Aug 13 11:23:46 2010 +0200
@@ -1532,8 +1532,8 @@
 +#include "nsKDEUtils.h"
 +#include "mozilla/ModuleUtils.h"
 +
-+NS_GENERIC_FACTORY_CONSTRUCTOR(nsGNOMEShellService)
-+NS_GENERIC_FACTORY_CONSTRUCTOR(nsKDEShellService)
++NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsGNOMEShellService, Init)
++NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsKDEShellService, Init)
 +
 +NS_METHOD
 +nsUnixShellServiceConstructor(nsISupports *aOuter, REFNSIID aIID, void **aResult)