vcl/unx/gtk3/gtk3gtkinst.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0b3c9cb1e4db57f1a93bf57cd5251d3ac931c8e4 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Dec 22 11:35:38 2020 +0000 Commit: Caolán McNamara <caol...@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 <serval2...@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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits