emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/calibre 845bcecde6 13/76: Refresh in memory book list a


From: ELPA Syncer
Subject: [elpa] externals/calibre 845bcecde6 13/76: Refresh in memory book list after DB opperations
Date: Thu, 18 May 2023 09:57:41 -0400 (EDT)

branch: externals/calibre
commit 845bcecde6837ccdf176de92f1b3bf5004b7f3b5
Author: Kjartan Óli Ágústsson <kjartanoli@disroot.org>
Commit: Kjartan Óli Ágústsson <kjartanoli@disroot.org>

    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

[Prev in Thread] Current Thread [Next in Thread]