http://bugs.gpodder.org/show_bug.cgi?id=353
Romain Janvier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Romain Janvier <[email protected]> 2009-02-20 11:52:49 --- Sorry if I messed with your repository. I used the util.py from the 0.14.0 version, not the git one. But I've only added 2 lines in the file, so if it has been commited, you can easily add the modification I've made to the correct version. I didn't though that the file would be commited as it was. In function format_date, I've just replaced this line: timestamp_date = time.localtime(timestamp)[:3] by: try: timestamp_date = time.localtime(timestamp)[:3] except: return None That is the only modification I've made. -- Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
