[gaim-migrate @ 5624]

Mon, 28 Apr 2003 07:21:19 +0000

author
Robert McQueen <robot101@debian.org>
date
Mon, 28 Apr 2003 07:21:19 +0000
changeset 5252
7e82ce2ee4da
parent 5251
32ed20dea5b8
child 5253
17806e81375c

[gaim-migrate @ 5624]
"Shouldn't this give an error to the user so they know their stuff isn't
being saved?" -Rob McQueen

I'm not doing so well tonight.

committer: Mark Doliner <markdoliner@pidgin.im>

src/gaimrc.c file | annotate | diff | comparison | revisions
--- 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