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 314549 - gtkrc check for rc-file mtime is unreliable
gtkrc check for rc-file mtime is unreliable
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.6.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-08-26 08:07 UTC by Tommi Komulainen
Modified: 2006-12-24 05:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
proposed patch (389 bytes, patch)
2005-08-26 08:08 UTC, Tommi Komulainen
none Details | Review

Description Tommi Komulainen 2005-08-26 08:07:53 UTC
When rc-files are reread without force, the check for changed mtime fails if the
clock has been adjusted backwards.  Instead of checking for 'later than' the
check should be for 'inequality' for robustness.
Comment 1 Tommi Komulainen 2005-08-26 08:08:13 UTC
Created attachment 51370 [details] [review]
proposed patch
Comment 2 Matthias Clasen 2006-12-24 05:40:38 UTC
This was fixed a while ago.