From: SourceForge.net <no...@so...> - 2005-10-04 00:19:23
|
Bugs item #1312439, was opened at 2005-10-04 02:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=470969&aid=1312439&group_id=53614 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Frédéric Logier (fredix) Assigned to: Nobody/Anonymous (nobody) Summary: Gtk::TreeModelFilter : undefined method `iter_is_valid' Initial Comment: Hi, I have this bug with treemodelfilter : treemodelfilter.rb:62: undefined method `iter_is_valid' for #<Gtk::TreeModelFilter:0xb72ee95c ptr=0x823d558> (NoMethodError) from treemodelfilter.rb:57:in `call' from treemodelfilter.rb:57 You can add this code before Gtk.main into treemodelfilter.rb sample to reproduce it : rowselected = treeview.selection rowselected.selected_each do |model,path,iter| printf("Row %s: %s\n", path.to_str, iter[2]); end ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=470969&aid=1312439&group_id=53614 |