mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 15:04:08 +02:00
...
This commit is contained in:
parent
7a2a5bbdd9
commit
eac3ae43e9
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ def __init__(self, parent):
|
|||
self.re.lineEdit().textChanged.connect(lambda x: self.changed_signal.emit())
|
||||
|
||||
def initialize(self, defaults=False):
|
||||
# Get all items in the combobox. If we are resting
|
||||
# Get all items in the combobox. If we are reseting
|
||||
# to defaults we don't want to lose what the user
|
||||
# has added.
|
||||
val_hist = [unicode(self.re.lineEdit().text())] + [unicode(self.re.itemText(i)) for i in xrange(self.re.count())]
|
||||
|
|
|
|||
Loading…
Reference in a new issue