mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
87d2e742ad
commit
83ac73c676
@ -574,7 +574,7 @@ class FileList(QTreeWidget):
|
||||
self.reorder_spine.emit(order)
|
||||
|
||||
def item_double_clicked(self, item, column):
|
||||
category = unicode(item.data(0, CATEGORY_ROLE).toString())
|
||||
category = unicode(item.data(0, CATEGORY_ROLE) or '')
|
||||
if category:
|
||||
self._request_edit(item)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user