This commit is contained in:
Kovid Goyal 2013-10-10 10:02:00 +05:30
parent a9a24f316a
commit 050583ba9d

View File

@ -128,7 +128,7 @@ class FileList(QTreeWidget):
emblems = [] emblems = []
if name in {cover_page_name, cover_image_name}: if name in {cover_page_name, cover_image_name}:
emblems.append('default_cover.png') emblems.append('default_cover.png')
if name not in manifested_names and name not in {container.opf_name, 'META_INF/container.xml', 'META_INF/encryption.xml'}: if name not in manifested_names and name not in {container.opf_name, 'META-INF/container.xml', 'META-INF/encryption.xml'}:
emblems.append('dialog_question.png') emblems.append('dialog_question.png')
if not linear: if not linear:
emblems.append('arrow-down.png') emblems.append('arrow-down.png')