mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 07:13:08 +02:00
GwR revisions tweak_epub
This commit is contained in:
parent
62d9449e88
commit
ec8164470b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ class TweakEpub(QDialog, Ui_Dialog):
|
|||
|
||||
To do:
|
||||
- need way to kill file browser proc in cleanup()
|
||||
- Windows file browser launch
|
||||
- linux file browser launch
|
||||
'''
|
||||
|
||||
|
|
@ -109,6 +108,7 @@ def explode(self):
|
|||
zipextract(self._epub, self._exploded)
|
||||
self.display_exploded()
|
||||
self.rebuild_button.setEnabled(True)
|
||||
self.explode_button.setEnabled(False)
|
||||
|
||||
def rebuild(self):
|
||||
if DEBUG:
|
||||
|
|
|
|||
Loading…
Reference in a new issue