[Libreoffice-commits] core.git: vcl/unx

Jan-Marek Glogowski (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 15 08:55:55 UTC 2019


 vcl/unx/kde5/KDE5SalInstance.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e6a77656736ede0761bbe393d487140b9429d05f
Author:     Jan-Marek Glogowski <glogow at fbihome.de>
AuthorDate: Mon Jul 15 08:11:25 2019 +0200
Commit:     Jan-Marek Glogowski <glogow at fbihome.de>
CommitDate: Mon Jul 15 10:54:51 2019 +0200

    KDE5 renaming KDE5 to PLASMA5 hasn't happend yet
    
    Change-Id: I1b9ae8de562026d609a13bcf9c13c6fa6dd08f34
    Reviewed-on: https://gerrit.libreoffice.org/75608
    Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>
    Tested-by: Jenkins

diff --git a/vcl/unx/kde5/KDE5SalInstance.cxx b/vcl/unx/kde5/KDE5SalInstance.cxx
index f253731a85c9..b1b8eb59375f 100644
--- a/vcl/unx/kde5/KDE5SalInstance.cxx
+++ b/vcl/unx/kde5/KDE5SalInstance.cxx
@@ -52,7 +52,7 @@ SalFrame* KDE5SalInstance::CreateFrame(SalFrame* pParent, SalFrameStyleFlags nSt
 
 bool KDE5SalInstance::hasNativeFileSelection() const
 {
-    if (Application::GetDesktopEnvironment() == "PLASMA5")
+    if (Application::GetDesktopEnvironment() == "KDE5")
         return true;
     return Qt5Instance::hasNativeFileSelection();
 }


More information about the Libreoffice-commits mailing list