GNOME Bugzilla – Bug 678665
Update baobab for Vala 0.18
Last modified: 2012-06-23 14:56:29 UTC
Baobab needs to be branched and the 3.5 branch updated to work with Vala 0.18. Patch attached for the second half of that.
Created attachment 217070 [details] [review] Adjust to Vala 0.18 bindings for GtkTreeStore The 'remove' method now takes its argument by reference (because it modifies it to point at the next row after the removed one). This was changed in https://bugzilla.gnome.org/show_bug.cgi?id=675402
Just go ahead and commit, no need to branch... the new vala version has not seen a release, let alone a stable branch. Also bump the required vala version
Attachment 217070 [details] pushed as 81a2b08 - Adjust to Vala 0.18 bindings for GtkTreeStore