Mercurial > pidgin.yaz
log
age | author | description |
---|---|---|
Tue, 08 Jan 2008 02:47:51 +0000 | Evan Schoenberg | There's nothing wrong with calling purple_buddy_icons_find() can not receiving an icon in return - it just means that no icon was found. We shouldn't attempt to call purple_buddy_icon_ref() on NULL, which will trigger a failed assertion. |
Tue, 08 Jan 2008 00:22:48 +0000 | Andreas Monitzer | Now checking the hostname supplied by the user, or the host-part of the JID when no host name is given against the CN of the domain. This makes libpurple comply to the RFC. Fixes http://trac.adiumx.com/ticket/8787 |