comparison src/protocols/oscar/oscar.c @ 4308:b3a14484fc2f

[gaim-migrate @ 4562] Fix the "Remove" permit buddy button in le privacy dialogueueue. I also screwed around with a bit 'o syntax in ssi.c, and hopefully make the uin@pager.icq.com receiving thing nice. I _still_ don't know why I can't send an email through that reliably. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Jan 2003 23:13:51 +0000
parents 22ebfa41525a
children 7c9f3d0fe8b2
comparison
equal deleted inserted replaced
4307:545d153a5341 4308:b3a14484fc2f
2240 } 2240 }
2241 } break; 2241 } break;
2242 2242
2243 case 0x0e: { /* Someone has emailed you at your_uin@pager.icq.com */ 2243 case 0x0e: { /* Someone has emailed you at your_uin@pager.icq.com */
2244 if (i >= 6) { 2244 if (i >= 6) {
2245 gchar *dialog_msg = g_strdup_printf(_("You have received an ICQ email\n\n1=%s\n2=%s\n3=%s\n4=%s\n5=%s\n6=%s\n"), msg2[0], msg2[1], msg2[2], msg2[3], msg2[4], msg2[5]); 2245 gchar *dialog_msg = g_strdup_printf(_("You have received an ICQ email from %s [%s]\n\nMessage is:\n%s"), msg2[0], msg2[3], msg2[5]);
2246 do_error_dialog("ICQ Email", dialog_msg, GAIM_INFO); 2246 do_error_dialog("ICQ Email", dialog_msg, GAIM_INFO);
2247 g_free(dialog_msg); 2247 g_free(dialog_msg);
2248 } 2248 }
2249 } break; 2249 } break;
2250 2250