GNOME Bugzilla – Bug 314549
gtkrc check for rc-file mtime is unreliable
Last modified: 2006-12-24 05:40:38 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.
Created attachment 51370 [details] [review] proposed patch
This was fixed a while ago.