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 465404 - confusing typo in vfs-file-info.c
confusing typo in vfs-file-info.c
Status: RESOLVED FIXED
Product: gnome-python
Classification: Deprecated
Component: gnome-vfs
CVS HEAD
Other Linux
: Normal trivial
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-10 14:27 UTC by Jonathan Matthew
Modified: 2007-08-26 06:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
obvious patch (576 bytes, patch)
2007-08-10 14:28 UTC, Jonathan Matthew
committed Details | Review

Description Jonathan Matthew 2007-08-10 14:27:39 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.
Comment 1 Jonathan Matthew 2007-08-10 14:28:13 UTC
Created attachment 93440 [details] [review]
obvious patch
Comment 2 Jonathan Matthew 2007-08-26 06:14:11 UTC
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.