witten
/
luminotes
Archived
1
0
Fork 0

Fix for duplicate pkey error.

This commit is contained in:
Dan Helfman 2007-10-11 10:51:20 +00:00
parent 6b2eb3103b
commit a11ba8661b
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ class Updater( object ):
if self.navigation_note_id:
note = self.database.load( Note, self.navigation_note_id )
self.update_note( "navigation.html", True, main_notebook, note_ids, note )
self.database.save( note, commit = False )
# update all of the notes in the main notebook
for ( filename, startup ) in self.NOTE_FILES: