vcl/unx/gtk3/gtk3gtkinst.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 1a1d2ad0e2dff2c948e09e1488cbd8f8ea651bec
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Tue Mar 30 12:11:42 2021 +0100
Commit:     Caolán McNamara <caol...@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 <caol...@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))
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to