unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37792: [PATCH] Fix tree-widget image creation
@ 2019-10-17 14:00 Eugene Apollonsky
  2019-10-19  8:41 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Eugene Apollonsky @ 2019-10-17 14:00 UTC (permalink / raw)
  To: 37792


[-- Attachment #1.1: Type: text/plain, Size: 22 bytes --]

-- 
Eugene Apollonsky

[-- Attachment #1.2: Type: text/html, Size: 155 bytes --]

[-- Attachment #2: 0001-Fix-tree-widget-image-creation.patch --]
[-- Type: text/x-patch, Size: 794 bytes --]

From 8c5d2bffe1227539516d50781b797e07fd417354 Mon Sep 17 00:00:00 2001
From: Eugene Apollonsky <e.apollonsky@gmail.com>
Date: Thu, 17 Oct 2019 13:12:17 +0300
Subject: [PATCH] Fix tree-widget image creation

---
 lisp/tree-widget.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/tree-widget.el b/lisp/tree-widget.el
index 274a1b8b81..660b4b7683 100644
--- a/lisp/tree-widget.el
+++ b/lisp/tree-widget.el
@@ -371,7 +371,7 @@ found."
                    (file-regular-p file)
                    (throw 'found
                           (apply #'create-image
-                                 (car fmt) file nil
+                                 file (car fmt) nil
                                  (tree-widget-image-properties name))))))))
       nil)))
 
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#37792: [PATCH] Fix tree-widget image creation
  2019-10-17 14:00 bug#37792: [PATCH] Fix tree-widget image creation Eugene Apollonsky
@ 2019-10-19  8:41 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2019-10-19  8:41 UTC (permalink / raw)
  To: Eugene Apollonsky; +Cc: 37792

Thanks for the patch -- an very similar one was just applied earlier
today.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-19  8:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17 14:00 bug#37792: [PATCH] Fix tree-widget image creation Eugene Apollonsky
2019-10-19  8:41 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).