mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 08:13:02 +02:00
...
This commit is contained in:
parent
a04c363b70
commit
caa0623ae1
1 changed files with 2 additions and 1 deletions
|
|
@ -444,7 +444,8 @@ def to_item(key, ac, parent):
|
|||
ac = all_items[key]
|
||||
except KeyError:
|
||||
pass
|
||||
to_item(key, ac, self.current)
|
||||
else:
|
||||
to_item(key, ac, self.current)
|
||||
|
||||
def bar_changed(self):
|
||||
name = self.current_name
|
||||
|
|
|
|||
Loading…
Reference in a new issue