diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-16 14:03:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-16 21:51:42 +0200 |
commit | 00c317da4b50db8793c4d7a2e70084b716d75735 (patch) | |
tree | 6e3190ceae166af089a2984b8fd080dcdd041541 /vcl | |
parent | ae37494d93a1eb2e9e48d96a46d420e5accd261f (diff) |
tdf#117034 right click crash
Change-Id: I91aa9f24904948987f31c9df5211c694f943188e
Reviewed-on: https://gerrit.libreoffice.org/52976
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |