GNOME Bugzilla – Bug 539124
Port gnome-build to gio
Last modified: 2009-01-19 17:07:12 UTC
See title - should not be difficult as there are not many fancy operations
Created attachment 113051 [details] [review] port to gio Attached patch ports gnome-build to GIO. I don't know how to test this, I assured it compiles without warnings (apart from some due to missing conversion specifier in printf-like strings, I also fixed a few of those).
Thanks! Easiest way to test is to open a project in anjuta. Would be nice if you could check this.
In addition - the few gdl calls should also be easily replaced by gio (it about mime-type icons).
...see bug 513845 for gdl.
OK, checked the patch. In general it looks good but it causes a lot of critical warnings when you open a project tree (src/gbf/test-project-view and open some file in the root directory of an automake project). Would be nice if you could check this.
*** Bug 565636 has been marked as a duplicate of this bug. ***
Cosimo: Time to take a look at comment 5 and rework the patch?
Andre: This is done in anjuta-trunk - gnome-build is no londer in the module list for 2.26.
Ah rightyright. Updated http://live.gnome.org/action/edit/GioPort akkordingly.