mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 13:13:38 +02:00
...
This commit is contained in:
parent
826a27703d
commit
bab1675b83
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ def open(self, parent=None, detail_item=None, external=False):
|
|||
if external or self.config.get('open_external', False):
|
||||
open_url(QUrl(url_slash_cleaner(detail_item if detail_item else url)))
|
||||
else:
|
||||
d = WebStoreDialog(self.gui, url, parent, detail_url)
|
||||
d = WebStoreDialog(self.gui, url, parent, detail_item)
|
||||
d.setWindowTitle(self.name)
|
||||
d.set_tags(self.config.get('tags', ''))
|
||||
d.exec_()
|
||||
|
|
|
|||
Loading…
Reference in a new issue