mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 11:43:52 +02:00
...
This commit is contained in:
parent
665ef9d3b9
commit
780a37161f
1 changed files with 2 additions and 0 deletions
|
|
@ -173,6 +173,8 @@ def update_state(self, *args):
|
|||
|
||||
def auto_generate(self, *args):
|
||||
self.current_val = title_sort(self.title_edit.current_val)
|
||||
|
||||
def break_cycles(self):
|
||||
try:
|
||||
self.title_edit.textChanged.disconnect()
|
||||
except:
|
||||
|
|
|
|||
Loading…
Reference in a new issue