diff src/util.c @ 3427:8fa61405af2b

[gaim-migrate @ 3453] Who never commits anything *now*, Etan? I changed most of the error message text around. If you think any of it should be different, just let me know, or send a patch. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 25 Aug 2002 10:51:24 +0000
parents 0e79bf1d79ea
children 222e23f91092
line wrap: on
line diff
--- a/src/util.c	Sun Aug 25 06:08:15 2002 +0000
+++ b/src/util.c	Sun Aug 25 10:51:24 2002 +0000
@@ -353,7 +353,7 @@
 		if (res < 0) {
 			g_snprintf(buf, BUF_LONG, "Unable to make directory %s for logging",
 				   log_all_file);
-			do_error_dialog(buf, "Error!");
+			do_error_dialog(buf, NULL, GAIM_ERROR);
 			g_free(buf);
 			g_free(buf2);
 			g_free(gaim_dir);
@@ -375,7 +375,7 @@
 		if (res < 0) {
 			g_snprintf(buf, BUF_LONG, "Unable to make directory %s for logging",
 				   log_all_file);
-			do_error_dialog(buf, "Error!");
+			do_error_dialog(buf, NULL, GAIM_ERROR);
 			g_free(buf);
 			g_free(buf2);
 			g_free(gaim_dir);