You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs over at gnome the *_iter_nth_child should be a setter for iter.
The current implementation performs a check iter->stamp == STAMP_GOOD and aborts. It should instead set iter.
Somehow gtk seems to function (in its current form) nonetheless.
The text was updated successfully, but these errors were encountered:
According to the docs over at gnome the
*_iter_nth_child
should be a setter foriter
.The current implementation performs a check
iter->stamp == STAMP_GOOD
and aborts. It should instead setiter
.Somehow gtk seems to function (in its current form) nonetheless.
The text was updated successfully, but these errors were encountered: