mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-10 04:04:31 +01:00
...
This commit is contained in:
parent
fb03cf1bf8
commit
8092fd185a
2 changed files with 3 additions and 3 deletions
|
|
@ -16,6 +16,8 @@
|
|||
- title: "Autofit covers in available space when viewing book details (can be turned off)"
|
||||
tickets: [4536]
|
||||
|
||||
- title: "Tips for recipe writers added to the wiki at http://bugs.calibre-ebook.com/wiki/RecipeTips"
|
||||
|
||||
bug fixes:
|
||||
- title: "Switch to non WMI based method of detecting devices on windows"
|
||||
type: major
|
||||
|
|
@ -50,8 +52,6 @@
|
|||
- title: "Fix detection of CyBook Gen 3 with firmware 2 on OS X"
|
||||
tickets: [4521]
|
||||
|
||||
|
||||
|
||||
new recipes:
|
||||
- title: MSNBC
|
||||
author: Darko Miletic
|
||||
|
|
|
|||
|
|
@ -1769,7 +1769,7 @@ def job_exception(self, job):
|
|||
'<a href="%s">DRM</a>ed book. You must first remove the '
|
||||
'DRM using third party tools.')%\
|
||||
(job.description.split(':')[-1],
|
||||
'http://wiki.mobileread.com/wiki/DRM'))
|
||||
'http://bugs.calibre-ebook.com/wiki/DRM'))
|
||||
d.setModal(False)
|
||||
d.show()
|
||||
self._modeless_dialogs.append(d)
|
||||
|
|
|
|||
Loading…
Reference in a new issue