Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-360

Creator:  Magnus Henoch <mange@freemail.hu>

Fix bug in vcard publishing
This commit is contained in:
Magnus Henoch 2007-05-08 15:52:36 +00:00 committed by Kirill A. Korinskiy
parent 60d51a335b
commit 2e47bf2c55
1 changed files with 1 additions and 0 deletions

View File

@ -543,6 +543,7 @@ The top node should be the `vCard' node."
#'jabber-report-success "Changing vCard")
(when (bound-and-true-p jabber-vcard-avatars-publish)
(jabber-vcard-avatars-update-current
jabber-buffer-connection
(and jabber-vcard-photo (avatar-sha1-sum jabber-vcard-photo))))))
(provide 'jabber-vcard)