mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 01:03:11 +02:00
Get rid of the redundant empty.png
This commit is contained in:
parent
5fc450313c
commit
3e2b7691cd
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB |
|
|
@ -299,7 +299,7 @@ class SearchRestrictionMixin(object):
|
|||
|
||||
def __init__(self):
|
||||
self.checked = QIcon(I('ok.png'))
|
||||
self.empty = QIcon(I('empty.png'))
|
||||
self.empty = QIcon(I('blank.png'))
|
||||
self.search_based_vl_name = None
|
||||
self.search_based_vl = None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue