mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-24 19:23:03 +02:00
...
This commit is contained in:
parent
87d2e742ad
commit
83ac73c676
1 changed files with 1 additions and 1 deletions
|
|
@ -574,7 +574,7 @@ def dropEvent(self, event):
|
|||
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…
Reference in a new issue