Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/thoughtview.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-02-16 19:54:43 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-02-16 19:54:43 (GMT)
commit6b2f65861c9a87e8ac75eb63cfac7639f1762680 (patch)
tree610d89fe54208c4ff97b8084485eb7afedd0d1f2 /thoughtview.py
parent5fb1950b51a4414471599975b51c30b815c7ac9a (diff)
Update connections after every move
Diffstat (limited to 'thoughtview.py')
-rw-r--r--thoughtview.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/thoughtview.py b/thoughtview.py
index eeae9e8..809d1ac 100644
--- a/thoughtview.py
+++ b/thoughtview.py
@@ -39,6 +39,7 @@ class ThoughtView(Box):
self._handles.append(self.new_thought_handle)
self.id = thought_id
+ self.line_to_parent = None
self._name = name
self._color = color