Get rid of the redundant empty.png

This commit is contained in:
Charles Haley 2013-04-20 08:39:27 +02:00
parent 5fc450313c
commit 3e2b7691cd
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -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