Mercurial > pidgin.yaz
changeset 963:c1fb7afe4fd7
[gaim-migrate @ 973]
no real change, just got rid of 2 fixme's. logs will now be stored in ~/.gaim/logs. if you wish to
save old logs then you should move them into ~/.gaim/logs before you use the new gaim.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 10 Oct 2000 09:14:26 +0000 |
parents | e006338ce34e |
children | 2cd7b73e2c9a |
files | src/util.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/util.c Tue Oct 10 09:11:27 2000 +0000 +++ b/src/util.c Tue Oct 10 09:14:26 2000 +0000 @@ -381,8 +381,6 @@ } else fclose(fd); - /* FIXME: we need to figure out which directory to log things to. for now, it's just going - * to have to be ~/.gaim/logs :-P */ g_snprintf(log_all_file, 256, "%s/.gaim/logs", getenv("HOME")); if (stat(log_all_file, &st) < 0) @@ -404,7 +402,6 @@ fclose(fd); - /* same FIXME as above; need to find better dir than ~/.gaim/logs */ g_snprintf(log_all_file, 256, "%s/.gaim/logs/%s.log", getenv("HOME"), normalize(name)); if (stat(log_all_file, &st) < 0)