GNOME Bugzilla – Bug 679998
can't initialize 'Gtk.TreeModelFilter' with a model
Last modified: 2012-07-16 12:09:47 UTC
I've heard that Gtk.TreeModelFilter.new(model) was working before, but I get 'TreeModelFilter' has no attribute 'new' in current git. magcius said on IRC that this is because is incorrectly parsed, we have model.filter_new(). gtk_tree_model_filter_new takes a GtkTreeModel as its first argument, it's treated as Gtk.TreeModel.filter_new .
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 679999 ***
Yes Tobias, was about to close this one as duplicate because I did it in the wrong product/component. Thanks.