comparison src/protocols/oscar/oscar.c @ 4386:29b67b8de743

[gaim-migrate @ 4652] Baby steps to the ICQ server aliases... Baby steps to the door... Baby steps turn the knob Baby steps open the door... Baby steps down the hallway... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 22 Jan 2003 05:43:30 +0000
parents fe465b7d9440
children 4bb433a7331c
comparison
equal deleted inserted replaced
4385:bdab2840ef4c 4386:29b67b8de743
3396 buf = g_strdup_printf("<b>UIN:</b> %s<br>", who); 3396 buf = g_strdup_printf("<b>UIN:</b> %s<br>", who);
3397 if (info->nick) { 3397 if (info->nick) {
3398 tmp = buf; 3398 tmp = buf;
3399 buf = g_strconcat(tmp, "<b>Nick:</b> ", info->nick, "<br>\n", NULL); 3399 buf = g_strconcat(tmp, "<b>Nick:</b> ", info->nick, "<br>\n", NULL);
3400 g_free(tmp); 3400 g_free(tmp);
3401 serv_got_alias(gc, who, info->nick);
3401 } 3402 }
3402 if (info->first) { 3403 if (info->first) {
3403 tmp = buf; 3404 tmp = buf;
3404 buf = g_strconcat(tmp, "<b>First Name:</b> ", info->first, "<br>\n", NULL); 3405 buf = g_strconcat(tmp, "<b>First Name:</b> ", info->first, "<br>\n", NULL);
3405 g_free(tmp); 3406 g_free(tmp);
3459 buf = g_strdup_printf("<b>UIN:</b> %s<br>", who); 3460 buf = g_strdup_printf("<b>UIN:</b> %s<br>", who);
3460 if (info->nick) { 3461 if (info->nick) {
3461 tmp = buf; 3462 tmp = buf;
3462 buf = g_strconcat(tmp, "<b>Nick:</b> ", info->nick, "<br>\n", NULL); 3463 buf = g_strconcat(tmp, "<b>Nick:</b> ", info->nick, "<br>\n", NULL);
3463 g_free(tmp); 3464 g_free(tmp);
3465 serv_got_alias(gc, who, info->nick);
3464 } 3466 }
3465 if (info->first) { 3467 if (info->first) {
3466 tmp = buf; 3468 tmp = buf;
3467 buf = g_strconcat(tmp, "<b>First Name:</b> ", info->first, "<br>\n", NULL); 3469 buf = g_strconcat(tmp, "<b>First Name:</b> ", info->first, "<br>\n", NULL);
3468 g_free(tmp); 3470 g_free(tmp);