mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-03 20:55:06 +01:00
Implement #465
This commit is contained in:
parent
01baa22c86
commit
98ab7260ec
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ def __init__(self, window, db, index):
|
|||
self.connect(self.applied_tags, SIGNAL('itemActivated(QListWidgetItem*)'), self.unapply_tags)
|
||||
|
||||
def apply_tags(self, item=None):
|
||||
print 1111111111111111111
|
||||
items = self.available_tags.selectedItems() if item is None else [item]
|
||||
for item in items:
|
||||
tag = qstring_to_unicode(item.text())
|
||||
|
|
|
|||
Loading…
Reference in a new issue