vcl/unx/gtk3/gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 47ad429645c63a8d5c88c2827aa90a27c8aa3e1b Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 18 19:28:49 2021 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Fri Jun 18 19:34:53 2021 +0200 Fix typo Change-Id: Ibcbd13ccc4e257e8b1777bd362279211d4a2a0db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117471 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx index e12c18f63ace..34cf8788804e 100644 --- a/vcl/unx/gtk3/gtkinst.cxx +++ b/vcl/unx/gtk3/gtkinst.cxx @@ -9524,7 +9524,7 @@ public: #endif { #if !GTK_CHECK_VERSION(4, 0, 0) - // tdf#142924 "toggled" is to late to use to populate changes to the menu, + // tdf#142924 "toggled" is too late to use to populate changes to the menu, // so use "state-flag-changed" on GTK_STATE_FLAG_CHECKED instead which // happens before "toggled" g_signal_handler_disconnect(m_pToggleButton, m_nToggledSignalId); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
