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...

-- 
[gtg-refactor] tags drag and drop broken
https://bugs.launchpad.net/bugs/529908
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: Fix Committed

Bug description:
You'll probably already know, but anyways...

Traceback (most recent call last):
  File "/home/luca/Projects/gtg/gtg-refactor/GTG/taskbrowser/tagtree.py", line 
416, in on_drag_data_received
    tagtree_model.move_tag(par_iter_tagtree, drag_iter_tagtree)
  File "/home/luca/Projects/gtg/gtg-refactor/GTG/taskbrowser/tagtree.py", line 
221, in move_tag
    c = c.get_parent()



_______________________________________________
Mailing list: https://launchpad.net/~gtg
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~gtg
More help   : https://help.launchpad.net/ListHelp

Reply via email to