# HG changeset patch # User Mark Doliner # Date 1292405914 0 # Node ID 9f28bc3ed160271065f5193ecfcfbc6bb21b33dd # Parent 1dcaaa68b245a3d7c1b3c90a2407d2a54f44e40d 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. diff -r 1dcaaa68b245 -r 9f28bc3ed160 libpurple/protocols/oscar/family_locate.c --- 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;