src/gaimrc.c

changeset 5252
7e82ce2ee4da
parent 5251
32ed20dea5b8
child 5337
d5f1b2e0e353
--- a/src/gaimrc.c	Mon Apr 28 07:09:52 2003 +0000
+++ b/src/gaimrc.c	Mon Apr 28 07:21:19 2003 +0000
@@ -1593,8 +1593,7 @@
 					   "Error renaming %s to %s\n", filename_temp, filename);
 		} else {
 			fclose(f);
-			gaim_debug(GAIM_DEBUG_ERROR, "gaimrc",
-				   "Unable to create new .gaimrc file.  Preferences not updated.");
+			do_error_dialog(_("Unable to Save Preferences"), _("Gaim was unable to save your preferences.  Please verify that you have enough free space."), GAIM_ERROR);
 		}
 		is_saving_prefs = 0;
 	} else

mercurial