Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/NoteDB.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-05-28-21.localdomain>2007-09-10 05:03:34 (GMT)
committer amartin <olpc@xo-05-28-21.localdomain>2007-09-10 05:03:34 (GMT)
commit7e682ce7620f1f8a9fb9b4ffc4f4039dbfdffc56 (patch)
tree1fda205627934404e9aacce342579a4f8d0269d3 /Util/NoteDB.py
parent1204c5b72630555a5e86dc5de58081baa48f7709 (diff)
Jam Popups
Diffstat (limited to 'Util/NoteDB.py')
-rw-r--r--Util/NoteDB.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Util/NoteDB.py b/Util/NoteDB.py
index cd8d1ca..7dd3245 100644
--- a/Util/NoteDB.py
+++ b/Util/NoteDB.py
@@ -56,6 +56,9 @@ class Page:
# TODO think of how to handle this!?
return self.nextNoteId
+ def setLocal( self, local ):
+ self.local = local
+
class PageListener:
def notifyPageAdd( self, id, at ):
pass