libpurple/core.c

branch
soc.2008.masterpassword
changeset 34165
cdd4b0dfe92b
parent 34148
62a874e41930
child 34297
0f1f0b8c84f8
child 34558
2e1dc888240d
--- a/libpurple/core.c	Sun Apr 28 10:52:42 2013 +0200
+++ b/libpurple/core.c	Sun Apr 28 11:13:24 2013 +0200
@@ -152,7 +152,7 @@
 
 	purple_plugins_probe(G_MODULE_SUFFIX);
 
-	purple_keyring_init();
+	purple_keyring_init(); /* before accounts */
 	purple_theme_manager_init();
 
 	/* The buddy icon code uses the imgstore, so init it early. */

mercurial