pidgin: e88e1dec: Revert my revision b3be51b1008b426760ae0...
markdoliner at pidgin.im
markdoliner at pidgin.im
Wed Dec 15 04:40:47 EST 2010
----------------------------------------------------------------------
Revision: e88e1decd486a2f424cf6aaa81a2fc4860fff55a
Parent: c1ba1070ea1b0fc82772aacc38d3158e1dcd2f2e
Author: markdoliner at pidgin.im
Date: 12/15/10 04:38:34
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/e88e1decd486a2f424cf6aaa81a2fc4860fff55a
Changelog:
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.
Changes against parent c1ba1070ea1b0fc82772aacc38d3158e1dcd2f2e
patched libpurple/protocols/oscar/family_locate.c
-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/family_locate.c d188e9a8b0a6546074f4fddd5b33d562e19d8df4
+++ libpurple/protocols/oscar/family_locate.c e6366a97a27174a6ad74bf861823b93b7e4a993c
@@ -1043,7 +1043,7 @@ aim_info_extract(OscarData *od, ByteStre
} else {
byte_stream_advance(bs, length2);
outinfo->status_len = 0;
- outinfo->status = NULL;
+ outinfo->status = g_strdup("");
outinfo->status_encoding = NULL;
}
} break;
More information about the Commits
mailing list