GNOME Bugzilla – Bug 680065
treemodelfilter: Make the constructor binding friendly
Last modified: 2012-12-05 19:01:10 UTC
See patch. There's tons of these all over the stack, but we'll never get anywhere unless we start somewhere.
Created attachment 218960 [details] [review] treemodelfilter: Make the constructor binding friendly This means reffing the root in the set property implementation, rather than in the constructor. We don't need to unref the root on set, as it's a CONSTRUCT_ONLY property.
Review of attachment 218960 [details] [review]: Looks correct.
Attachment 218960 [details] pushed as 7ee5e7a - treemodelfilter: Make the constructor binding friendly