[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - vcl/unx
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 29 16:49:14 UTC 2019
vcl/unx/gtk3/gtk3gtkinst.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 14c5af0ef085eb1fa03bfdcc47f4bc9505b31bad
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Apr 29 09:51:37 2019 +0100
Commit: Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Mon Apr 29 18:48:28 2019 +0200
gtk_tree_model_iter_parent modifies the 1st arg, not 2nd
Change-Id: I015022c4dd68f152ef5e56947031ccf4bfaf2b1c
Reviewed-on: https://gerrit.libreoffice.org/71517
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index caec6ba5ac6c..a69e4df05806 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -5470,7 +5470,6 @@ public:
}
if (!gtk_tree_model_iter_parent(pModel, &tmp, &iter))
return false;
- tmp = iter;
if (gtk_tree_model_iter_next(pModel, &tmp))
{
rGtkIter.iter = tmp;
More information about the Libreoffice-commits
mailing list