mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 10:43:52 +02:00
...
This commit is contained in:
commit
1240cba3ea
1 changed files with 0 additions and 1 deletions
|
|
@ -183,7 +183,6 @@ def refresh(self, idx):
|
|||
self.items.blockSignals(False)
|
||||
|
||||
def indicate_no_items(self):
|
||||
print 'no items'
|
||||
self.no_valid_items = True
|
||||
self.items.clear()
|
||||
self.items.addItem(QListWidgetItem(_('**No items found**')))
|
||||
|
|
|
|||
Loading…
Reference in a new issue