fix #3322: PDB input parameter not saved.

This commit is contained in:
John Schember 2009-08-28 22:36:40 -04:00
parent d6d268b92a
commit 5589a06447

View File

@ -13,7 +13,7 @@ class PluginWidget(Widget, Ui_Form):
HELP = _('Options specific to')+' PDB '+_('input')
def __init__(self, parent, get_option, get_help, db=None, book_id=None):
Widget.__init__(self, parent, 'txt_input',
Widget.__init__(self, parent, 'pdb_input',
['single_line_paras'])
self.db, self.book_id = db, book_id
self.initialize_options(get_option, get_help, db, book_id)