GNOME Bugzilla – Bug 586437
TreePath::empty return true if the object is NULL
Last modified: 2009-06-24 15:09:38 UTC
TreePath::empty() does return false if the gobject_ is NULL. It should return true, because it is invalid. I can provide a patch if you want.
Yes, please.
Created attachment 137219 [details] [review] patch Here is the patch against master. Let me know if I can push it.
Yes, please, and to any branch that incorrect code.
committed to master only.
Related: Bug 511136