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

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

[nongnu] elpa/helm 96aad023cb 2/2: Revert "Add a reporter for thumbnails


From: ELPA Syncer
Subject: [nongnu] elpa/helm 96aad023cb 2/2: Revert "Add a reporter for thumbnails"
Date: Tue, 28 Nov 2023 00:59:55 -0500 (EST)

branch: elpa/helm
commit 96aad023cb12e995e92763195086ccee3aa5a141
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Revert "Add a reporter for thumbnails"
    
    This reverts commit 16a319fb8d01c498e133d693ba782dd66da87118.
---
 helm-files.el | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/helm-files.el b/helm-files.el
index e4d6c81510..866d6a2405 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -5115,10 +5115,7 @@ Special commands:
       (progn
         (cl-pushnew helm-ff-default-directory
                     helm-ff--thumbnailed-directories :test 'equal)
-        (cl-loop with reporter = (make-progress-reporter
-                                  "Loading thumbnails..." 0 (length 
candidates))
-                 for (disp . img) in candidates
-                 for count from 0
+        (cl-loop for (disp . img) in candidates
                  for imgtype = (helm-acase (file-name-extension img)
                                  ("png" 'png)
                                  (("jpg" "jpeg") 'jpeg))
@@ -5141,8 +5138,7 @@ Special commands:
                                                       rear-nonsticky 
'(display))
                                         disp)
                    (cons disp img))
-                 else collect (cons disp img)
-                 when reporter do (progress-reporter-update reporter count)))
+                   else collect (cons disp img)))
         candidates))
 
 ;; Same as `image-dired-get-thumbnail-image' but use



reply via email to

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