GNOME Bugzilla – Bug 544831
Remove gnome-vfs dependency
Last modified: 2008-08-04 14:10:04 UTC
Hi, there's really no need for the gnome-vfs dependency in libbonoboui, and it seems that, for some modules like bug-buddy, libbonoboui is the last library pulling in gnome-vfs (many of the other libraries of the stack already moved away from it). I'm attaching a patch that removes the dep.
Created attachment 115311 [details] [review] patch
pbor mentioned using g_filename_to_uri() instead of the homecooked function. Other than that are you ok with this michael?
Created attachment 115417 [details] [review] patch v2 Use g_filename_to_uri ().
Committed to trunk. 2008-08-04 Cosimo Cecchi <cosimoc@gnome.org> reviewed by: Michael Meeks <michael.meeks@novell.com> * bonobo/bonobo-file-selector-util.c: (run_file_selector): * configure.in: Remove gnome-vfs dependency (#544831).