gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #03169
[Bug 627110] [NEW] GTG crashes on dragging tags in tag view
Public bug reported:
Getting Things Gnome! 0.3-development - running RTM backend
Ubuntu 10.04
GTG crashes as soon as try to drop a dragged tag to above any other tag.
No special mouse buttons used, just left-click.
Traceback (most recent call last):
File "/home/name/gtg_backends/GTG/gtk/browser/tagtree.py", line 608, in on_drag_data_received
tagtree_model.move_tag(par_iter_tagtree, drag_iter_tagtree)
File "/home/name/gtg_backends/GTG/gtk/browser/tagtree.py", line 414, in move_tag
new_child_iter = self.get_iter(new_child_path)
TypeError: GtkTreeModel.get_iter requires a tree path as its argument
** Affects: gtg
Importance: Undecided
Status: New
--
GTG crashes on dragging tags in tag view
https://bugs.launchpad.net/bugs/627110
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!: New
Bug description:
Getting Things Gnome! 0.3-development - running RTM backend
Ubuntu 10.04
GTG crashes as soon as try to drop a dragged tag to above any other tag. No special mouse buttons used, just left-click.
Traceback (most recent call last):
File "/home/name/gtg_backends/GTG/gtk/browser/tagtree.py", line 608, in on_drag_data_received
tagtree_model.move_tag(par_iter_tagtree, drag_iter_tagtree)
File "/home/name/gtg_backends/GTG/gtk/browser/tagtree.py", line 414, in move_tag
new_child_iter = self.get_iter(new_child_path)
TypeError: GtkTreeModel.get_iter requires a tree path as its argument
Follow ups
References