all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eugene Apollonsky <e.apollonsky@gmail.com>
To: 37792@debbugs.gnu.org
Subject: bug#37792: [PATCH] Fix tree-widget image creation
Date: Thu, 17 Oct 2019 17:00:36 +0300	[thread overview]
Message-ID: <CAKajS98Fz5ufAoRe2xPC66HWykqBz79qa=pVviaL9wKWd7i0_g@mail.gmail.com> (raw)


[-- 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


             reply	other threads:[~2019-10-17 14:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-17 14:00 Eugene Apollonsky [this message]
2019-10-19  8:41 ` bug#37792: [PATCH] Fix tree-widget image creation Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKajS98Fz5ufAoRe2xPC66HWykqBz79qa=pVviaL9wKWd7i0_g@mail.gmail.com' \
    --to=e.apollonsky@gmail.com \
    --cc=37792@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.