Mercurial > pidgin
changeset 3561:333551497ff8
[gaim-migrate @ 3655]
Sorry for that.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Fri, 27 Sep 2002 03:34:54 +0000 |
parents | b26ff17b506b |
children | de3bc24fff02 |
files | plugins/notify.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/notify.c Thu Sep 26 21:52:33 2002 +0000 +++ b/plugins/notify.c Fri Sep 27 03:34:54 2002 +0000 @@ -261,7 +261,7 @@ snprintf(buf, 1000, "%s/.gaim/.notify", getenv("HOME")); if (!(fp = fopen(buf, "w"))) { - do_eror_dialog(_("Unable to write to config file"), _("Notify plugin"), GAIM_ERROR); + do_error_dialog(_("Unable to write to config file"), _("Notify plugin"), GAIM_ERROR); return; }