Activity log for bug #935605

Date Who What changed Old value New value Message
2012-02-18 17:41:24 Rocco Aliberti bug added bug
2012-02-18 17:41:24 Rocco Aliberti attachment added syntax_rev3925.patch https://bugs.launchpad.net/bugs/935605/+attachment/2754564/+files/syntax_rev3925.patch
2012-02-18 23:16:56 Rocco Aliberti description Traceback: File "./exaile.py", line 61, in <module> main() File "./exaile.py", line 58, in main exaile = main.Exaile() File "/home/xxx/exaile/xl/main.py", line 122, in __init__ self.__init() File "/home/xxx/exaile/xl/main.py", line 252, in __init self.gui = xlgui.Main(self) File "/home/xxx/exaile/xlgui/__init__.py", line 64, in __init__ from xlgui.panel import collection, radio, playlists, files File "/home/xxx/exaile/xlgui/panel/collection.py", line 92 context['selected-tracks'] = lambda name, parent: ^ SyntaxError: invalid syntax Patch attached. Traceback:  File "./exaile.py", line 61, in <module>     main()   File "./exaile.py", line 58, in main     exaile = main.Exaile()   File "/home/xxx/exaile/xl/main.py", line 122, in __init__     self.__init()   File "/home/xxx/exaile/xl/main.py", line 252, in __init     self.gui = xlgui.Main(self)   File "/home/xxx/exaile/xlgui/__init__.py", line 64, in __init__     from xlgui.panel import collection, radio, playlists, files   File "/home/xxx/exaile/xlgui/panel/collection.py", line 92     context['selected-tracks'] = lambda name, parent:                                                                                                     ^ SyntaxError: invalid syntax Patch attached.
2012-02-19 22:10:48 Mathias Brodala exaile: importance Undecided Low
2012-02-19 22:10:48 Mathias Brodala exaile: status New Fix Committed
2012-02-19 22:10:48 Mathias Brodala exaile: milestone 0.3.3.0
2012-02-19 22:10:48 Mathias Brodala exaile: assignee Rocco Aliberti (eri.trabiccolo)
2012-02-19 22:11:16 Launchpad Janitor branch linked lp:exaile
2012-09-24 18:51:12 Dustin Spicuzza exaile: status Fix Committed Fix Released