After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 111713 - Fix for file_info methods
Fix for file_info methods
Status: RESOLVED FIXED
Product: gnome-vfsmm
Classification: Deprecated
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2003-04-27 20:33 UTC by Per Kristian Gjermshus
Modified: 2011-01-16 23:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The fix (5.03 KB, patch)
2003-04-27 20:38 UTC, Per Kristian Gjermshus
none Details | Review

Description Per Kristian Gjermshus 2003-04-27 20:33:29 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.
Comment 1 Per Kristian Gjermshus 2003-04-27 20:38:18 UTC
Created attachment 16064 [details] [review]
The fix
Comment 2 Bryan Forbes 2003-04-28 18:25:02 UTC
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.
Comment 3 Murray Cumming 2003-04-30 18:44:07 UTC
Thanks. Applied.