emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/tumme.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/tumme.el
Date: Mon, 13 Feb 2006 14:45:59 +0000

Index: emacs/lisp/tumme.el
diff -u emacs/lisp/tumme.el:1.16 emacs/lisp/tumme.el:1.17
--- emacs/lisp/tumme.el:1.16    Sun Feb 12 23:44:53 2006
+++ emacs/lisp/tumme.el Mon Feb 13 14:45:58 2006
@@ -213,8 +213,8 @@
 means that each thumbnail is stored in a subdirectory called
 \".tumme\" in the same directory where the image file is.
 \"Thumbnail Managing Standard\" means that the thumbnails are
-stored and generated according to the Thumbnail Managing
-Standard."
+stored and generated according to the Thumbnail Managing Standard
+that allows sharing of thumbnails across different programs."
   :type '(choice :tag "How to store thumbnail files"
                  (const :tag "Thumbnail Managing Standard" standard)
                  (const :tag "Use tumme-dir" use-tumme-dir)
@@ -629,8 +629,8 @@
                    (file-name-extension f))))
         ((eq 'per-directory tumme-thumbnail-storage)
          (let ((f (expand-file-name file)))
-           (format "%s%s%s.thumb.%s"
-                   (format "%s.tumme/" (file-name-directory f))
+           (format "%s.tumme/%s.thumb.%s"
+                   (file-name-directory f)
                    (file-name-sans-extension (file-name-nondirectory f))
                    (file-name-extension f))))))
 




reply via email to

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