[Libreoffice-commits] core.git: vcl/unx

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 18 17:35:34 UTC 2021


 vcl/unx/gtk3/gtkinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 47ad429645c63a8d5c88c2827aa90a27c8aa3e1b
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 18 19:28:49 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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);


More information about the Libreoffice-commits mailing list