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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 22 15:42:32 UTC 2020


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

New commits:
commit 0b3c9cb1e4db57f1a93bf57cd5251d3ac931c8e4
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Dec 22 11:35:38 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Dec 22 16:41:41 2020 +0100

    left/top variable names don't match property
    
    Change-Id: I3bca14652fba5a3aad9816417ac7f94b8651f3a3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108160
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index c01b376c3695..18e735c4e9e9 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -1765,8 +1765,8 @@ namespace
         if (GTK_IS_GRID(pParent))
         {
             gtk_container_child_get(GTK_CONTAINER(pParent), pWidget,
-                    "left-attach", &nTopAttach,
-                    "top-attach", &nLeftAttach,
+                    "left-attach", &nLeftAttach,
+                    "top-attach", &nTopAttach,
                     "width", &nWidth,
                     "height", &nHeight,
                     nullptr);


More information about the Libreoffice-commits mailing list