Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/TextThought.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-04-14 17:06:17 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-04-14 17:06:17 (GMT)
commita4c97e5c60d93cf7ce42ccf6b191dc376df383d1 (patch)
tree1cade1001a40cb7d223c607a99a8c24fb187ece4 /src/TextThought.py
parent73619fff09a27ee8f0f7d72c5acd7703af33d58d (diff)
Do not store image thoughts on disk
Diffstat (limited to 'src/TextThought.py')
-rw-r--r--src/TextThought.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TextThought.py b/src/TextThought.py
index 38b0ca7..3bb0599 100644
--- a/src/TextThought.py
+++ b/src/TextThought.py
@@ -790,7 +790,7 @@ class TextThought (ResizableThought):
context.set_source_rgb (0,0,0)
context.stroke ()
- def update_save (self):
+ def update_save (self, zip):
next = self.element.firstChild
while next:
m = next.nextSibling
@@ -886,7 +886,7 @@ class TextThought (ResizableThought):
self.bindex = self.b_f_i (self.index)
self.text = tmp
- def load (self, node):
+ def load (self, node, zip):
self.index = int (node.getAttribute ("cursor"))
self.end_index = self.index
tmp = node.getAttribute ("ul-coords")