[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - vcl/unx
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Dec 22 14:16:58 UTC 2020
vcl/unx/gtk3/gtk3gtkinst.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8a9a312f12af04098df62fbfea874f1dc20d2991
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 15:16:18 2020 +0100
left/top variable names don't match property
Change-Id: I3bca14652fba5a3aad9816417ac7f94b8651f3a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108012
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 05f103ffc586..5b11fba37947 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -1762,8 +1762,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