Mercurial > pidgin
changeset 5073:2ff05a24192b
[gaim-migrate @ 5426]
No more joke... it was funny, though.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Tue, 08 Apr 2003 02:08:38 +0000 |
parents | 5078f765e3f9 |
children | 87812f97d08d |
files | NEWS src/server.c |
diffstat | 2 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Tue Apr 08 01:07:11 2003 +0000 +++ b/NEWS Tue Apr 08 02:08:38 2003 +0000 @@ -6,6 +6,12 @@ blame it on the rain. It was falling, falling. I blame it on the faucet. It drips all night. + Sean: I committed my news after Rob. I'm cooler than Nathan (by far) but + not as cool as Rob. So I go here. Actually, I didn't do anything since + 0.60 other than commit some other peoples patches. The one from Dave Camp + is cool. How 'bout this snow? Isn't that crazy? Oh, and thanks to everyone + who wished me a happy birthday. + Nathan: You want frequent releases? You got 'em ;-) Chip wrote some cool new pounce stuff, and things shouldn't get weird when you drag groups and buddies around. It's bad enough having 1 of some of my
--- a/src/server.c Tue Apr 08 01:07:11 2003 +0000 +++ b/src/server.c Tue Apr 08 02:08:38 2003 +0000 @@ -815,18 +815,14 @@ qm->len = len; unread_message_queue = g_slist_append(unread_message_queue, qm); } else { - /* "CVS will be broken frequently for fun" - -- Topic on #gaim, 7 April 2003 */ - char *upper = g_ascii_strup(message, len); if (cnv == NULL) cnv = gaim_conversation_new(GAIM_CONV_IM, gc->account, name); /* CONV XXX gaim_conversation_set_name(cnv, name); */ - gaim_im_write(GAIM_IM(cnv), NULL, upper, len, + gaim_im_write(GAIM_IM(cnv), NULL, message, len, away | WFLAG_RECV, mtime); gaim_window_flash(gaim_conversation_get_window(cnv)); - g_free(upper); } }