vcl/unx/gtk3/gtk3gtkinst.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit 14c5af0ef085eb1fa03bfdcc47f4bc9505b31bad Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Apr 29 09:51:37 2019 +0100 Commit: Michael Stahl <michael.st...@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.st...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits