put-image doesn't take the same parameters as gnus-put-image, so
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 29 Aug 2010 21:52:27 +0000 (23:52 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 29 Aug 2010 21:52:27 +0000 (23:52 +0200)
revert the change for now.

lisp/gnus-html.el

index c984110..eb35aca 100644 (file)
                       (= (car (image-size image t)) 30)
                       (= (cdr (image-size image t)) 30))))
        (progn
-         (gnus-put-image image point)
+         (put-image image point)
          t)
       (when (fboundp 'find-image)
-       (gnus-put-image (find-image '((:type xpm :file "lock-broken.xpm")))
-                       point))
+       (put-image (find-image '((:type xpm :file "lock-broken.xpm")))
+                  point))
       nil)))
 
 (defun gnus-html-prune-cache ()