mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 01:03:40 +02:00
fix #3322: PDB input parameter not saved.
This commit is contained in:
parent
d6d268b92a
commit
5589a06447
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue