[Libreoffice-commits] core.git: vcl/unx
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 30 13:42:45 UTC 2021
vcl/unx/gtk3/gtk3gtkinst.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 1a1d2ad0e2dff2c948e09e1488cbd8f8ea651bec
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Mar 30 12:11:42 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Mar 30 15:42:02 2021 +0200
fix the endif placement for GTK_CHECK_VERSION
Change-Id: I1ff3f3c32990947a353c5908665b156d87d8ff58
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113346
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 2b9463544c5d..95377fbe6594 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -7949,8 +7949,8 @@ private:
gdk_event_free(pKeyEvent);
}
-#else
else
+#endif
{
guint nButton;
guint32 nTime;
@@ -7972,7 +7972,6 @@ private:
gtk_menu_popup(m_pMenu, nullptr, nullptr, nullptr, nullptr, nButton, nTime);
}
-#endif
if (g_main_loop_is_running(pLoop))
{
More information about the Libreoffice-commits
mailing list