Mercurial > pidgin
changeset 31028:9f28bc3ed160
Revert my revision b3be51b1008b426760ae04ce7487b089440bdeeb
It causes a bug where status messages weren't cleared in the tooltip
when a buddy unsets their status message. Thanks to Seanathan and dustin
on ticket #12988 for noticing this and tracking down the cause.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 15 Dec 2010 09:38:34 +0000 |
parents | 1dcaaa68b245 |
children | e5101d9cbaaa |
files | libpurple/protocols/oscar/family_locate.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_locate.c Wed Dec 15 00:35:10 2010 +0000 +++ b/libpurple/protocols/oscar/family_locate.c Wed Dec 15 09:38:34 2010 +0000 @@ -1043,7 +1043,7 @@ } else { byte_stream_advance(bs, length2); outinfo->status_len = 0; - outinfo->status = NULL; + outinfo->status = g_strdup(""); outinfo->status_encoding = NULL; } } break;