GTG

Activity log for bug #1085617

Date Who What changed Old value New value Message
2012-12-02 12:12:14 Izidor Matušov bug added bug
2012-12-02 12:14:39 Izidor Matušov gtg: status In Progress Fix Committed
2012-12-02 12:15:07 Izidor Matušov description Steps to reproduce: 1, Make a tag expanded in Tag sidebar 2, Close tag sidebar 3, Restart GTG It raises the following traceback: Traceback (most recent call last): File "/usr/bin/gtg", line 85, in <module> main() File "/usr/bin/gtg", line 81, in main sys.exit(gtg.main(options, args)) File "/usr/share/gtg/GTG/gtg.py", line 120, in main manager = Manager(req) File "/usr/share/gtg/GTG/gtk/manager.py", line 75, in __init__ self.browser = TaskBrowser(self.req, self) File "/usr/share/gtg/GTG/gtk/browser/browser.py", line 129, in __init__ self.restore_state_from_conf() File "/usr/share/gtg/GTG/gtk/browser/browser.py", line 521, in restore_state_from_conf self.tagtreeview.expand_node(path) AttributeError: 'NoneType' object has no attribute 'expand_node' Workaround: Delete from ~/.config/gtg/gtg.conf line starting with "expanded_tags = " Steps to reproduce: 1, Make a tag expanded in Tag sidebar 2, Close tag sidebar 3, Restart GTG It raises the following traceback: Traceback (most recent call last):    File "/usr/bin/gtg", line 85, in <module>      main()    File "/usr/bin/gtg", line 81, in main      sys.exit(gtg.main(options, args))    File "/usr/share/gtg/GTG/gtg.py", line 120, in main      manager = Manager(req)    File "/usr/share/gtg/GTG/gtk/manager.py", line 75, in __init__      self.browser = TaskBrowser(self.req, self)    File "/usr/share/gtg/GTG/gtk/browser/browser.py", line 129, in __init__      self.restore_state_from_conf()    File "/usr/share/gtg/GTG/gtk/browser/browser.py", line 521, in restore_state_from_conf      self.tagtreeview.expand_node(path) AttributeError: 'NoneType' object has no attribute 'expand_node' Workaround: Delete from ~/.config/gtg/gtg.conf line starting with "expanded_tags = " From the bug #1084828
2013-11-25 05:16:39 Nimit Shah gtg: status Fix Committed Fix Released