diff src/protocols/msn/switchboard.c @ 5436:ad445074d239

[gaim-migrate @ 5818] Another big commit. Ugh. I need a very smart regexp. Core/UI split do_error_dialog(), and soon the mail dialogs! Yay! This should work without problems at all, but standard disclaimer.. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 18 May 2003 19:59:02 +0000
parents 2aa7e4237142
children c6efac0e28ff
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.c	Sun May 18 19:13:21 2003 +0000
+++ b/src/protocols/msn/switchboard.c	Sun May 18 19:59:02 2003 +0000
@@ -221,8 +221,8 @@
 	 * TODO: Investigate this, as it seems to occur frequently with
 	 *       the old prpl.
 	 */
-	do_error_dialog(_("An MSN message may not have been received."),
-					NULL, GAIM_ERROR);
+	gaim_notify_error(servconn->session->account->gc, NULL,
+					  _("An MSN message may not have been received."), NULL);
 
 	return TRUE;
 }