From 35481a9cba459b181ccbeca6f0763c1d18770dee Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 16 Jul 2007 21:07:07 +0000 Subject: [PATCH] Update db script now renames the main notebook appropriately. --- tools/updatedb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/updatedb.py b/tools/updatedb.py index 319598c..aa24f99 100755 --- a/tools/updatedb.py +++ b/tools/updatedb.py @@ -63,6 +63,7 @@ class Initializer( object ): for entry in startup_entries: main_notebook.add_startup_entry( entry ) + main_notebook.name = u"Luminotes" self.database.save( main_notebook )