[emacs-mew] - Add the icon path to image-load-path to display the icons on toolbar correctly. (#606772)

Akira TAGOH tagoh at fedoraproject.org
Tue Oct 19 09:42:34 UTC 2010


commit 425f7bc8c7f3696fcb7573cc3bdf462210665ca1
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Tue Oct 19 18:42:27 2010 +0900

    - Add the icon path to image-load-path to display the icons on toolbar
      correctly. (#606772)

 emacs-mew.spec |    6 +++++-
 mew-init.el    |    3 +++
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/emacs-mew.spec b/emacs-mew.spec
index ca2f97e..c5fcc07 100644
--- a/emacs-mew.spec
+++ b/emacs-mew.spec
@@ -16,7 +16,7 @@
 
 Name:			emacs-%{pkg}
 Version:		6.3
-Release:		1%{?dist}
+Release:		2%{?dist}
 Summary:		Email client for GNU Emacs
 
 Group:			Applications/Internet
@@ -138,6 +138,10 @@ fi
 %{emacs_lispdir}/%{pkg}/*.el
 
 %changelog
+* Tue Oct 19 2010 Akira TAGOH <tagoh at redhat.com> - 6.3-2
+- Add the icon path to image-load-path to display the icons on toolbar
+  correctly. (#606772)
+
 * Mon Nov 30 2009 Akira TAGOH <tagoh at redhat.com> - 6.3-1
 - New upstream release.
 
diff --git a/mew-init.el b/mew-init.el
index fd784a7..66aba60 100644
--- a/mew-init.el
+++ b/mew-init.el
@@ -27,6 +27,9 @@
 ;; /etc/im/SiteConfig is also used to set this domain name.
 (setq mew-mail-domain-list '("localhost"))
 
+;; Bug#606772
+(add-to-list 'image-load-path 'mew-icon-directory)
+
 ;; Set proper applications
 (setq mew-prog-msword '("ooffice" nil t))
 (setq mew-prog-msexcel '("ooffice" nil t))


More information about the scm-commits mailing list