comparison src/protocols/msn/error.c @ 8662:c47a90a0a3b1

[gaim-migrate @ 9414] Fix error reporting again in MSN. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 14 Apr 2004 08:55:28 +0000
parents ee13d1befabe
children ab6636c5a136
comparison
equal deleted inserted replaced
8661:060171053a32 8662:c47a90a0a3b1
230 msn_error_handle(MsnSession *session, unsigned int type) 230 msn_error_handle(MsnSession *session, unsigned int type)
231 { 231 {
232 char buf[MSN_BUF_LEN]; 232 char buf[MSN_BUF_LEN];
233 233
234 g_snprintf(buf, sizeof(buf), _("MSN Error: %s\n"), 234 g_snprintf(buf, sizeof(buf), _("MSN Error: %s\n"),
235 msn_error_get_text(type)); 235 msn_error_get_text(type));
236 236
237 gaim_notify_error(session->account->gc, NULL, buf, NULL); 237 gaim_notify_error(session->account->gc, NULL, buf, NULL);
238 } 238 }