This commit is contained in:
Kovid Goyal 2010-01-22 11:42:23 -07:00
parent 0ae052cd4a
commit 3a1d39422a

View File

@ -40,8 +40,6 @@ class PluginWidget(QWidget,Ui_Form):
def options(self):
# Save/return the current options
# getattr() returns text value of QLineEdit control
print "gui2.catalog.catalog_epub_mobi:options(): Saving options"
opts_dict = {}
for opt in self.OPTION_FIELDS:
opt_value = unicode(getattr(self, opt[0]).text())