changeset 94867:996b1c4635fd

(widget-image-directory): Change default image data subdirectory from "custom" to "images/custom".
author Juri Linkov <juri@jurta.org>
date Sun, 11 May 2008 20:29:41 +0000
parents b416c510e592
children 8dca53338210
files lisp/wid-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/wid-edit.el	Sun May 11 20:29:07 2008 +0000
+++ b/lisp/wid-edit.el	Sun May 11 20:29:41 2008 +0000
@@ -599,7 +599,7 @@
 ;;; Images.
 
 (defcustom widget-image-directory (file-name-as-directory
-				   (expand-file-name "custom" data-directory))
+				   (expand-file-name "images/custom" data-directory))
   "Where widget button images are located.
 If this variable is nil, widget will try to locate the directory
 automatically."