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 644399 - MD5Sum Property Page example is wrong
MD5Sum Property Page example is wrong
Status: RESOLVED FIXED
Product: nautilus-python
Classification: Other
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: Adam Plumb
Adam Plumb
Depends on:
Blocks:
 
 
Reported: 2011-03-10 14:49 UTC by Andreas Heinlein
Modified: 2011-03-23 19:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Create MD5 sum of the file instead of the filename (698 bytes, patch)
2011-03-10 14:49 UTC, Andreas Heinlein
none Details | Review

Description Andreas Heinlein 2011-03-10 14:49:06 UTC
The sample extension for NautilusPropertyPageProvider included in the package and given in the online docs contains an error. It obviously tries to calculate the MD5 Sum of the file which properties are shown, but instead it calculates the MD5 sum of the filename (the string itself).

Patch attached.
Comment 1 Andreas Heinlein 2011-03-10 14:49:40 UTC
Created attachment 183062 [details] [review]
Create MD5 sum of the file instead of the filename
Comment 2 Adam Plumb 2011-03-23 19:23:16 UTC
Thanks for the patch, this is fixed in master.