Mercurial > pidgin.yaz
changeset 5252:7c9393b1ea36
[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: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 28 Apr 2003 07:21:19 +0000 |
parents | d11cb52d5309 |
children | 2c9de5ae24a0 |
files | src/gaimrc.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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