This commit is contained in:
Kovid Goyal 2011-06-24 16:10:57 -06:00
parent 665ef9d3b9
commit 780a37161f

View File

@ -173,6 +173,8 @@ class TitleSortEdit(TitleEdit):
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: