Wednesday, November 05, 2008

unable to set property `editable' of type `gboolean' ...

unable to set property `editable' of type `gboolean' from value of type `gchararray'

This happened when I misunderstood the parameters of TreeViewColumn->add_attribute() method. I was setting an 'editable' property to 1; whereas it should have been a boolean value.

No comments: