diff src/prefs.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 19224d2ab31e
children 7e8524b5ff98
line wrap: on
line diff
--- a/src/prefs.c	Sun May 18 19:13:21 2003 +0000
+++ b/src/prefs.c	Sun May 18 19:59:02 2003 +0000
@@ -42,6 +42,7 @@
 #include "prpl.h"
 #include "proxy.h"
 #include "sound.h"
+#include "notify.h"
 
 #ifdef _WIN32
 #include "win32dep.h"
@@ -881,7 +882,7 @@
 		char *error = g_strdup_printf(_("The entered manual browser "
 						"'%s' is not valid. Hyperlinks will "
 						"not work."), program); 
-		do_error_dialog(error, NULL, GAIM_WARNING);
+		gaim_notify_warning(NULL, NULL, error, NULL);
 	}
 
 	g_strlcpy(web_command, program, sizeof(web_command));