* src/plugins/BookReport.py (Book.pop_item): Add missing return

statement.
* src/plugins/BookReport.py (BookReportSelector.open_book):
Add a warning if the database for the book is not the same as current.


svn: r1709
This commit is contained in:
Alex Roitman
2003-06-11 22:33:01 +00:00
parent 43923e88aa
commit ff0b84fd61
2 changed files with 31 additions and 14 deletions

View File

@@ -1,3 +1,9 @@
2003-06-11 Alex Roitman <shura@alex.neuro.umn.edu>
* src/plugins/BookReport.py (Book.pop_item): Add missing return
statement.
* src/plugins/BookReport.py (BookReportSelector.open_book):
Add a warning if the database for the book is not the same as current.
2003-06-11 Tim Waugh <twaugh@redhat.com>
* src/docgen/HtmlDoc.py (add_photo): Fix typo in image reference.