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 <caol...@redhat.com> AuthorDate: Tue Jan 26 13:09:27 2021 +0000 Commit: Caolán McNamara <caol...@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 <caol...@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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits