Re: [Freevo-devel] Freevo-1.5.4 FavoriteItem failure

2005-12-30 Thread Duncan Webb
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

[Freevo-devel] Freevo-1.5.4 FavoriteItem failure

2005-12-28 Thread Duncan Webb
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 *