vcl/unx/gtk3/gtk3gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 00c317da4b50db8793c4d7a2e70084b716d75735 Author: Caolán McNamara <caol...@redhat.com> Date: Mon Apr 16 14:03:36 2018 +0100 tdf#117034 right click crash Change-Id: I91aa9f24904948987f31c9df5211c694f943188e Reviewed-on: https://gerrit.libreoffice.org/52976 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index 5ce77bea39fa..183d61075b18 100644 --- a/vcl/unx/gtk3/gtk3gtkinst.cxx +++ b/vcl/unx/gtk3/gtk3gtkinst.cxx @@ -1573,7 +1573,7 @@ public: nTime = GtkSalFrame::GetLastInputEventTime(); } - gtk_menu_popup(GTK_MENU(pWidget), nullptr, nullptr, nullptr, nullptr, nButton, nTime); + gtk_menu_popup(m_pMenu, nullptr, nullptr, nullptr, nullptr, nButton, nTime); #endif if (g_main_loop_is_running(pLoop)) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits