Archived
1
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

View File

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