firefox-kde.patch
changeset 136 0051f2b9308b
parent 133 a77c32dc7ffd
child 153 46ee28dc7145
equal deleted inserted replaced
135:7f97873f2672 136:0051f2b9308b
  1530 +#include "nsGNOMEShellService.h"
  1530 +#include "nsGNOMEShellService.h"
  1531 +#include "nsKDEShellService.h"
  1531 +#include "nsKDEShellService.h"
  1532 +#include "nsKDEUtils.h"
  1532 +#include "nsKDEUtils.h"
  1533 +#include "mozilla/ModuleUtils.h"
  1533 +#include "mozilla/ModuleUtils.h"
  1534 +
  1534 +
  1535 +NS_GENERIC_FACTORY_CONSTRUCTOR(nsGNOMEShellService)
  1535 +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsGNOMEShellService, Init)
  1536 +NS_GENERIC_FACTORY_CONSTRUCTOR(nsKDEShellService)
  1536 +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsKDEShellService, Init)
  1537 +
  1537 +
  1538 +NS_METHOD
  1538 +NS_METHOD
  1539 +nsUnixShellServiceConstructor(nsISupports *aOuter, REFNSIID aIID, void **aResult)
  1539 +nsUnixShellServiceConstructor(nsISupports *aOuter, REFNSIID aIID, void **aResult)
  1540 +{
  1540 +{
  1541 +    if( nsKDEUtils::kdeSupport())
  1541 +    if( nsKDEUtils::kdeSupport())