mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #2093803 [Private bug](https://bugs.launchpad.net/calibre/+bug/2093803)
This commit is contained in:
parent
cf20d487f8
commit
44a3066a10
@ -356,7 +356,7 @@ class Highlights(QTreeWidget):
|
||||
for key in keys:
|
||||
section = smap[key]
|
||||
if section['tfam']:
|
||||
section['title'] = ' ➤ '.join(tfam)
|
||||
section['title'] = ' ➤ '.join(section['tfam'])
|
||||
elif section['tsec'] and section['lsec']:
|
||||
section['title'] = ' ➤ '.join((section['tsec'], section['lsec']))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user