Mercurial > pidgin
changeset 31019:505f15f9b27a
Properly prevent updating the server with our own information, since
we just sent it ourselves. This will now update the buddy list for
ourselves with the new name correctly.
Fixes #13064.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Fri, 10 Dec 2010 05:33:13 +0000 |
parents | 0a58b4f084fb |
children | 63090c968763 |
files | ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Dec 10 05:03:50 2010 +0000 +++ b/ChangeLog Fri Dec 10 05:33:13 2010 +0000 @@ -34,6 +34,7 @@ services. (#13022) * Correctly remove old endpoints from the list when they sign out. * Add option to disable connections from multiple locations. (#13017) + * Correctly update your own display name in the buddy list. (#13064) XMPP: * Terminate Jingle sessions with unsupported content types. (#13048)