From 4763a8f9afa50643c8583c37281390f5a0fb78dc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 30 Jan 2014 21:22:04 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/boss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index 26616ccb1e..9ebf961962 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -429,6 +429,7 @@ class Boss(QObject): d.container_diff(other, c) def revert_requested(self, container): + self.commit_all_editors_to_container() nc = self.global_undo.revert_to(container) set_current_container(nc) self.apply_container_update_to_gui()