branch: elpa/helm
commit 3117dfa6fde48a7ffbd47547e9e7501872ad9244
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    image-compute-scaling-factor take a mandatory arg in previous emacs
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 9ebf12ee81..a750176653 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -5184,7 +5184,7 @@ Special commands:
   (if (and helm-ff--show-thumbnails
            (null (file-remote-p helm-ff-default-directory)))
       (prog1
-          (cl-loop with scale = (image-compute-scaling-factor)
+          (cl-loop with scale = (image-compute-scaling-factor nil)
                    for (disp . img) in candidates
                    for type = (helm-acase (file-name-extension img)
                                 ((guard (and (member it '("png" "jpg" "jpeg"))

Reply via email to