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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 26 16:08:39 UTC 2021


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

New commits:
commit e40ed5a142ca0258efd15f860e8c0e5d2b97cd39
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jan 26 13:09:27 2021 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Jan 26 17:07:58 2021 +0100

    fix --enable-gtk3-kde5 build
    
    Change-Id: I3a49a184f06e7d78a461c3a868de8054aa7069bb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109954
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx b/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx
index 4c0d23eb47bf..30d1f64afefc 100644
--- a/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx
+++ b/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx
@@ -197,7 +197,7 @@ std::function<void()> Gtk3KDE5FilePickerIpc::blockMainWindow()
     if (!pSysData)
         return {};
 
-    sendCommand(Commands::SetWinId, pSysData->aWindow);
+    sendCommand(Commands::SetWinId, pSysData->GetWindowHandle());
 
     auto* pMainWindow = static_cast<GtkWidget*>(pSysData->pWidget);
     if (!pMainWindow)


More information about the Libreoffice-commits mailing list