From 50265cc2969c1942f098f6c3afd9cd7b29902e1a Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Sun, 23 Mar 2008 19:32:50 +0000 Subject: [PATCH] 0001950: BUG: Book report, Ancestor Tree - selecting desired person do not work svn: r10380 --- src/plugins/BookReport.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/BookReport.py b/src/plugins/BookReport.py index 7c27f35f4..6dd573448 100644 --- a/src/plugins/BookReport.py +++ b/src/plugins/BookReport.py @@ -896,7 +896,6 @@ class BookReportSelector(ManagedWindow.ManagedWindow): self.track) response = item_dialog.window.run() if response == RESPONSE_OK: - _initialize_options(option_class, self.dbstate) subject = _get_subject(option_class, self.db) self.bk_model.model.set_value(the_iter, 2, subject) self.book.set_item(row, item)