diff src/buddy_chat.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 890b29f00b68
children cce2d7868c78
line wrap: on
line diff
--- a/src/buddy_chat.c	Sun May 18 19:13:21 2003 +0000
+++ b/src/buddy_chat.c	Sun May 18 19:59:02 2003 +0000
@@ -32,6 +32,7 @@
 #include "gtkimhtml.h"
 
 #include "prpl.h"
+#include "notify.h"
 
 #ifdef _WIN32
 #include "wspell.h"
@@ -245,9 +246,10 @@
 	}
 
 	if (gc == NULL) {
-		do_error_dialog(
-			_("You are not currently signed on with any protocols that have "
-			  "the ability to chat."), NULL, GAIM_ERROR);
+		gaim_notify_error(NULL, NULL,
+						  _("You are not currently signed on wit any "
+							"protocols that have the ability to chat."),
+						  NULL);
 
 		return;
 	}