(iphoto-dir-to-album-dir): Change signature to add `image-url-root'.
authortomo <tomo>
Mon, 25 Sep 2006 12:35:55 +0000 (12:35 +0000)
committertomo <tomo>
Mon, 25 Sep 2006 12:35:55 +0000 (12:35 +0000)
iphoto-util.el

index 1321b7d..2fb04a6 100644 (file)
                      (nth 0 time-max))))))
 
 (defun iphoto-dir-to-album-dir (year month day album-name
-                                    url-root album-dir-root)
+                                    album-dir-root url-root image-url-root)
   (let ((coding-system-for-write 'utf-8-jp-er)
        (album-dir-base (expand-file-name album-name album-dir-root))
        album-dir album-dir-original ret a-dir-n a-dirs)
       >%s</a>
 "
                        url-root album-name sub-url
-                       url-root album-name sub-url
+                       image-url-root album-name sub-url
                        (progn
                          (setq ret
                                (directory-files
                    (expand-file-name
                     "index.html.ja.utf-8" album-dir-base))
       )))
-                 
\ No newline at end of file