Duncan Webb wrote:
Hi all there something quite weird with FavouriteItem in is
program_display.py (At least when running on an AMD64). Attached is a
small patch that fixes this problem for me.
It was crashing in the call:
gmtime(float(fav.mod * 60))
for some reason fav.mod was being set to 57
Hi all there something quite weird with FavouriteItem in is
program_display.py (At least when running on an AMD64). Attached is a
small patch that fixes this problem for me.
It was crashing in the call:
gmtime(float(fav.mod * 60))
for some reason fav.mod was being set to 570 and float(fav.mod *