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@localhost.localdomain>2007-02-20 20:17:00 (GMT)
committer amartin <olpc@localhost.localdomain>2007-02-20 20:17:00 (GMT)
commit6c4c9d007155429051913b79c17ca0c1e5c20a9b (patch)
tree3e2e928e73d6d676e4d364522c4001ace310c666 /Util/NoteDB.py
parent16cc50c2a811234429fc00b139a537cb5281ae61 (diff)
playback stuff and tuneInterface fixes
Diffstat (limited to 'Util/NoteDB.py')
-rw-r--r--Util/NoteDB.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Util/NoteDB.py b/Util/NoteDB.py
index f96123b..67b4044 100644
--- a/Util/NoteDB.py
+++ b/Util/NoteDB.py
@@ -152,6 +152,8 @@ class NoteDB:
for n in self.noteD[cp][t].keys():
self.duplicateNote( cp, t, n, new[cp], t, 0 )
+ return new
+
def movePages( self, which, after = False ):
sorted = []
if after: at = self.tune.index(after)+1