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

New commits:
commit e6a77656736ede0761bbe393d487140b9429d05f
Author:     Jan-Marek Glogowski <glo...@fbihome.de>
AuthorDate: Mon Jul 15 08:11:25 2019 +0200
Commit:     Jan-Marek Glogowski <glo...@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.wegh...@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();
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to