branch: externals/calibre
commit 845bcecde6837ccdf176de92f1b3bf5004b7f3b5
Author: Kjartan Óli Ágústsson <[email protected]>
Commit: Kjartan Óli Ágústsson <[email protected]>

    Refresh in memory book list after DB opperations
    
    * calibre-library.el (calibre-library--process-sentinel): Pass t to
    calibre-library--refresh
---
 calibre-library.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/calibre-library.el b/calibre-library.el
index 3db7ca6294..06db37960b 100644
--- a/calibre-library.el
+++ b/calibre-library.el
@@ -65,7 +65,7 @@ EVENT is the process event, see Info node
 `(elisp)Sentinels'"
   (if (string= event "finished\n")
       (if (get-buffer calibre-library-buffer)
-          (calibre-library--refresh))
+          (calibre-library--refresh t))
     (error "Calibre process failed %S" event)))
 
 (cl-defun calibre-library--execute (args &optional (sentinel 
#'calibre-library--process-sentinel))

Reply via email to