emacs-diffs
[Top][All Lists]
Advanced

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

master c9d7253: Map "mail/compose" icon to "mail-message-new" in GTK


From: Dmitry Gutov
Subject: master c9d7253: Map "mail/compose" icon to "mail-message-new" in GTK
Date: Sun, 10 May 2020 22:13:33 -0400 (EDT)

branch: master
commit c9d7253dd1bd33c1b857203bc9a050013fcb4b34
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Map "mail/compose" icon to "mail-message-new" in GTK
    
    * lisp/term/x-win.el (x-gtk-stock-map): One more icon mapping.
---
 lisp/term/x-win.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index d7bc64f..42a6f40 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -1434,7 +1434,7 @@ This returns an error if any Emacs frames are X frames."
     ("etc/images/sort-row-ascending" . "gtk-sort-row-ascending")
     ("etc/images/spell" . ("tools-check-spelling" "gtk-spell-check"))
     ("images/gnus/toggle-subscription" . "gtk-task-recurring")
-    ("images/mail/compose" . "gtk-mail-compose")
+    ("images/mail/compose" . ("mail-message-new" "gtk-mail-compose"))
     ("images/mail/copy" . "gtk-mail-copy")
     ("images/mail/forward" . "gtk-mail-forward")
     ("images/mail/inbox" . "gtk-inbox")



reply via email to

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