From 70487ccc926cf7b3757a3a0e74d72fe0c98da022 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 13 Apr 2008 21:14:15 +0000 Subject: [PATCH] Add the contents of the notes variable onto the list of startup notes to display in the note tree. --- view/Main_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/Main_page.py b/view/Main_page.py index 53d9e3c..efc17f2 100644 --- a/view/Main_page.py +++ b/view/Main_page.py @@ -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",