GNOME Bugzilla – Bug 624562
Fix seed_object_copy_property_names ().
Last modified: 2010-07-17 21:27:07 UTC
Due to a typo, it only returned up to n-1 chars for each property names, where n is the amount of properties the object has, making it unusable.
Created attachment 166033 [details] [review] Fix seed_object_copy_property_names (). Due to a typo, it only returned up to n-1 chars for each property names, where n is the amount of properties the object has, making it unusable.
You're free to commit that, if you can, otherwise I'll do it this weekend.
Attachment 166033 [details] pushed as 9c98a38 - Fix seed_object_copy_property_names ().