Fix #1066922 [Catalog shows content under symbols](https://bugs.launchpad.net/calibre/+bug/1066922) again.
This commit is contained in:
Kovid Goyal 2013-06-16 08:09:31 +05:30
commit bf9263b007

View File

@ -698,6 +698,8 @@ class CatalogBuilder(object):
if last_c in exceptions.keys():
last_c = exceptions[unicode(last_c)]
last_ordnum = ordnum
else:
last_c = cl_list[idx-1]
cl_list[idx] = last_c
else: