comparison libpurple/protocols/myspace/user.c @ 24827:a9b4599a5367

Fix a typo in a comment
author Mark Doliner <mark@kingant.net>
date Mon, 22 Dec 2008 19:02:33 +0000
parents 22fd7467f0cc
children 1d77f138847b
comparison
equal deleted inserted replaced
24826:e17e325732d0 24827:a9b4599a5367
404 if (!body) { 404 if (!body) {
405 return FALSE; 405 return FALSE;
406 } 406 }
407 407
408 if (msim_msg_get_integer(msg, "dsn") == MG_OWN_IM_INFO_DSN && 408 if (msim_msg_get_integer(msg, "dsn") == MG_OWN_IM_INFO_DSN &&
409 msim_msg_get_integer(msg, "lid") == MG_OWN_IM_INFO_LID) { 409 msim_msg_get_integer(msg, "lid") == MG_OWN_IM_INFO_LID)
410 {
410 /* 411 /*
411 * Some of this info will be available on the buddy list if the 412 * Some of this info will be available on the buddy list if the
412 * has themselves as their own buddy. 413 * user has themselves as their own buddy.
413 * 414 *
414 * Much of the info is already available in MsimSession, 415 * Much of the info is already available in MsimSession,
415 * stored in msim_we_are_logged_on(). 416 * stored in msim_we_are_logged_on().
416 */ 417 */
417 gchar *tmpstr; 418 gchar *tmpstr;