Store: Fix bug #822359, typo in open books store.

This commit is contained in:
John Schember 2011-08-07 13:53:04 -04:00
parent 22b5461a10
commit b270e3a69f

View File

@ -28,7 +28,7 @@ class OpenBooksStore(BasicStoreConfig, StorePlugin):
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, self.url, parent, detail_item)
d = WebStoreDialog(self.gui, url, parent, detail_item)
d.setWindowTitle(self.name)
d.set_tags(self.config.get('tags', ''))
d.exec_()