cmeon / gwinwrap

Automatically exported from code.google.com/p/gwinwrap
Other
0 stars 0 forks source link

for the record: Treeview signal problem #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There used to be a problem: the treeview would send a signal when an
interactive search began, and the program would write an error about the
iter not being a TreeIter. This is because no row was actually selected.
The fix is to check if the TreeIter exists (after a google search, it seems
there is no other way to do this).

Original issue reported on code.google.com by puttabu...@gmail.com on 7 Aug 2008 at 7:55

GoogleCodeExporter commented 9 years ago

Original comment by puttabu...@gmail.com on 22 Aug 2008 at 8:54