From c11cf6f43dca5007c7483fece305bad300be2247 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 15 Oct 2008 12:44:47 -0700 Subject: [PATCH] Use the notebook name as the page title if necessary. --- 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 5c65387..afb7203 100644 --- a/view/Main_page.py +++ b/view/Main_page.py @@ -77,7 +77,7 @@ class Main_page( Page ): if len( notes ) == 1: title = notes[ 0 ].title else: - title = None + title = notebook.name if rate_plan.get( u"notebook_sharing" ): updates_path = u"/notebooks/updates/%s?rss&%s" % (