mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b5947ad55e
commit
2af8404038
@ -96,8 +96,8 @@ class Polish(QDialog): # {{{
|
||||
|
||||
self.resize(QSize(800, 600))
|
||||
|
||||
def option_toggled(self, name, *args):
|
||||
if getattr(self, 'opt_'+name).isChecked():
|
||||
def option_toggled(self, name, state):
|
||||
if state == Qt.Checked:
|
||||
self.help_label.setText(self.help_text[name])
|
||||
|
||||
def help_link_activated(self, link):
|
||||
|
Loading…
x
Reference in New Issue
Block a user