Thu, 05 Jul 2007 18:36:04 +0000
- Correct the certstore folder paths
| libpurple/certificate.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/certificate.c Thu Jul 05 05:45:29 2007 +0000 +++ b/libpurple/certificate.c Thu Jul 05 18:36:04 2007 +0000 @@ -186,6 +186,7 @@ g_return_val_if_fail(pool->name, NULL); path = g_build_filename(purple_user_dir(), + "certificates", /* TODO: constantize this? */ pool->scheme_name, pool->name, id,