# HG changeset patch # User Wolfgang Rosenauer # Date 1281691426 -7200 # Node ID 0051f2b9308b7e8a66770bc6238257dec88f403d # Parent 7f97873f26724f09676feac0a6d088c99053bdfb Fixed init of Shellservices diff -r 7f97873f2672 -r 0051f2b9308b 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)