comparison libgaim/protocols/qq/im.c @ 14345:3c58357772a2

[gaim-migrate @ 17047] Fixed a comment and a user notification. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Sat, 26 Aug 2006 17:22:24 +0000
parents 584cbd1628d0
children 6b8bc59414f0
comparison
equal deleted inserted replaced
14344:ed771d01239b 14345:3c58357772a2
308 im_text->font_attr_len, 308 im_text->font_attr_len,
309 msg_with_gaim_smiley) : qq_to_utf8(msg_with_gaim_smiley, QQ_CHARSET_DEFAULT); 309 msg_with_gaim_smiley) : qq_to_utf8(msg_with_gaim_smiley, QQ_CHARSET_DEFAULT);
310 310
311 /* send encoded to gaim, note that we use im_text->send_time, 311 /* send encoded to gaim, note that we use im_text->send_time,
312 * not the time we receive the message 312 * not the time we receive the message
313 * as it may have been dealyed when I am not online. */ 313 * as it may have been delayed when I am not online. */
314 serv_got_im(gc, name, msg_utf8_encoded, gaim_msg_type, (time_t) im_text->send_time); 314 serv_got_im(gc, name, msg_utf8_encoded, gaim_msg_type, (time_t) im_text->send_time);
315 315
316 g_free(msg_utf8_encoded); 316 g_free(msg_utf8_encoded);
317 g_free(msg_with_gaim_smiley); 317 g_free(msg_with_gaim_smiley);
318 g_free(name); 318 g_free(name);