GTG

Comment 4 for bug 529908

Revision history for this message
Pablo Olmos de Aguilera Corradini (pablox) wrote :

I'm using the latest revision r745 and I get the same error when I try to drag-n-drop a tag to create a sub-tag (the only difference is the line):

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/GTG/taskbrowser/tagtree.py", line 463, in on_drag_data_received
    tagtree_model.move_tag(par_iter_tagtree, drag_iter_tagtree)
  File "/usr/lib/python2.6/site-packages/GTG/taskbrowser/tagtree.py", line 263, in move_tag
    c = c.get_parent()
AttributeError: 'NoneType' object has no attribute 'get_parent'

I used to use this feature on older versions...