icarito / colgadito-spyral

Classic Hangman game w/ open game art.
0 stars 7 forks source link

Gtk.TextView.get_iter_at_location use is broken #3

Open quozl opened 6 years ago

quozl commented 6 years ago

Upstream broke API and code in this activity may fail on Gtk+ 3.19.9 or later.

See related change to Chat activity https://github.com/sugarlabs/chat/commit/753d6f6b9f8ea65ad879a310ba1520fb61bdbe9b

yell0wfl4sh commented 6 years ago

@quozl how to reproduce this error?

quozl commented 6 years ago

I've no idea how to reproduce an error, my analysis was static. The function is called, the return is supposed to be a tuple containing two members, but the code in this activity doesn't yet handle the API change. I checked all the activities I could find that have this pattern, but did not test them.