Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Jam/Picker.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 /Jam/Picker.py
parent1204c5b72630555a5e86dc5de58081baa48f7709 (diff)
Jam Popups
Diffstat (limited to 'Jam/Picker.py')
-rw-r--r--Jam/Picker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jam/Picker.py b/Jam/Picker.py
index ad136da..e7f8b82 100644
--- a/Jam/Picker.py
+++ b/Jam/Picker.py
@@ -304,7 +304,7 @@ class Loop( Picker ):
id = newPages.pop() # new pageId
- self.owner.noteDB.getPage( id ).local = False # flag as a global page
+ self.owner.noteDB.getPage( id ).setLocal( False ) # flag as a global page
self.addBlock( id, filename[:-4] )