mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 18:23:37 +02:00
...
This commit is contained in:
parent
8d14a2f98d
commit
6affbface3
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ def do_genesis(self):
|
|||
@property
|
||||
def unique_name(self):
|
||||
bn = self.__class__.__name__
|
||||
if hasattr(self.interface_action_base_plugin, 'name'):
|
||||
if getattr(self.interface_action_base_plugin, 'name'):
|
||||
bn = self.interface_action_base_plugin.name
|
||||
return u'%s (%s)'%(bn, self.name)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue