Kaydet (Commit) 7d53d589 authored tarafından Caolán McNamara's avatar Caolán McNamara

gtk_tree_model_iter_parent modifies the 1st arg, not 2nd

Change-Id: I015022c4dd68f152ef5e56947031ccf4bfaf2b1c
Reviewed-on: https://gerrit.libreoffice.org/71516
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst df5d1e47
......@@ -7000,7 +7000,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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment