diff src/ft.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 71927464a1db
children d557a53e35c5
line wrap: on
line diff
--- a/src/ft.c	Sun May 18 19:13:21 2003 +0000
+++ b/src/ft.c	Sun May 18 19:59:02 2003 +0000
@@ -33,6 +33,7 @@
 #include <gtk/gtk.h>
 #include "gaim.h"
 #include "proxy.h"
+#include "notify.h"
 
 static struct gaim_xfer_ui_ops *xfer_ui_ops = NULL;
 
@@ -739,7 +740,7 @@
 	else
 		title = g_strdup_printf(_("File transfer from %s aborted.\n"), who);
 
-	do_error_dialog(title, msg, GAIM_ERROR);
+	gaim_notify_error(NULL, NULL, title, msg);
 
 	g_free(title);
 }