GNOME Bugzilla – Bug 111713
Fix for file_info methods
Last modified: 2011-01-16 23:36:15 UTC
I fixed gnome-vfsmm so that my little program works with it. The problem was that gnome_vfs_file_info_new was not called on some FileInfo objects. I also fixed Gnome::Vfs::Uri so that it throws the correct exceptions on failure.
Created attachment 16064 [details] [review] The fix
Check out this new "mega" patch (http://bugzilla.gnome.org/show_bug.cgi?id=111771). I combined your patch with mine and added a changelog entry for your stuff.
Thanks. Applied.