From 92be48de3eccb44ce4664d9dc000202931dc6a0c8df7892df0714ce2acef09f2 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Fri, 29 Apr 2016 06:30:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=504 --- firefox-kde.patch | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/firefox-kde.patch b/firefox-kde.patch index aa186d8..c5e6b29 100644 --- a/firefox-kde.patch +++ b/firefox-kde.patch @@ -1551,7 +1551,7 @@ diff --git a/browser/components/shell/nsKDEShellService.h b/browser/components/s new file mode 100644 --- /dev/null +++ b/browser/components/shell/nsKDEShellService.h -@@ -0,0 +1,29 @@ +@@ -0,0 +1,30 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this @@ -1560,16 +1560,17 @@ new file mode 100644 +#ifndef nskdeshellservice_h____ +#define nskdeshellservice_h____ + -+#include "nsIShellService.h" ++#include "nsIGNOMEShellService.h" +#include "nsStringAPI.h" +#include "mozilla/Attributes.h" + -+class nsKDEShellService final : public nsIShellService ++class nsKDEShellService final : public nsIGNOMEShellService +{ +public: + nsKDEShellService() : mCheckedThisSession(false) { } + + NS_DECL_ISUPPORTS ++ NS_DECL_NSIGNOMESHELLSERVICE + NS_DECL_NSISHELLSERVICE + + nsresult Init(); @@ -1622,7 +1623,7 @@ new file mode 100644 +#ifndef nsunixshellservice_h____ +#define nsunixshellservice_h____ + -+#include "nsIShellService.h" ++#include "nsIGNOMEShellService.h" + +NS_METHOD +nsUnixShellServiceConstructor(nsISupports *aOuter, REFNSIID aIID, void **aResult);