mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
02ff66a065
commit
35a95b1d32
@ -174,6 +174,8 @@ class Boss(QObject):
|
|||||||
if hasattr(path, 'rstrip'):
|
if hasattr(path, 'rstrip'):
|
||||||
d.set_src(os.path.abspath(path))
|
d.set_src(os.path.abspath(path))
|
||||||
if d.exec_() == d.Accepted:
|
if d.exec_() == d.Accepted:
|
||||||
|
for name in tuple(editors):
|
||||||
|
self.close_editor(name)
|
||||||
from calibre.ebooks.oeb.polish.import_book import import_book_as_epub
|
from calibre.ebooks.oeb.polish.import_book import import_book_as_epub
|
||||||
src, dest = d.data
|
src, dest = d.data
|
||||||
self._clear_notify_data = True
|
self._clear_notify_data = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user