- Correct the certstore folder paths soc.2007.certmgr

Thu, 05 Jul 2007 18:36:04 +0000

author
William Ehlhardt <williamehlhardt@gmail.com>
date
Thu, 05 Jul 2007 18:36:04 +0000
branch
soc.2007.certmgr
changeset 18575
24299c91b963
parent 18574
ee5a638ce111
child 18576
d7d4ea071a48

- 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,

mercurial