GNOME Bugzilla – Bug 465404
confusing typo in vfs-file-info.c
Last modified: 2007-08-26 06:14:11 UTC
The exception raised when attempting to access an mtime field in a file info object that doesn't have an mtime value mentions 'ntime' rather than 'mtime', which tends to confuse people into thinking something weird is going on.
Created attachment 93440 [details] [review] obvious patch
2007-08-26 Jonathan Matthew <notverysmart@gmail.com> * gnomevfs/vfs-file-info.c: (pygvfinfo_getattr): Fix typo in the error message for missing mtime values. Fixes bug #465404.