witten
/
luminotes
Archived
1
0
Fork 0

Add the contents of the notes variable onto the list of startup notes to display in the note tree.

This commit is contained in:
Dan Helfman 2008-04-13 21:14:15 +00:00
parent 43121421ca
commit 70487ccc92
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class Main_page( Page ):
hide_toolbar = parent_id or not notebook.read_write
),
notebook,
startup_notes, # TODO: pass root_notes, not startup_notes
startup_notes + ( notes and notes or [] ),
total_notes_count,
),
id = u"left_area",