pidgin/plugins/cap/cap.c

changeset 39956
8f806e6d1348
parent 39922
113b93e2bd2a
--- a/pidgin/plugins/cap/cap.c	Tue Oct 08 21:37:33 2019 -0400
+++ b/pidgin/plugins/cap/cap.c	Tue Oct 08 21:38:57 2019 -0400
@@ -571,7 +571,7 @@
 		return TRUE;
 
 	/* build the path */
-	path = g_build_filename(purple_user_dir(), "cap.db", (gchar *)NULL);
+	path = g_build_filename(purple_data_dir(), "cap.db", (gchar *)NULL);
 
 	/* make database connection here */
 	rc = sqlite3_open(path, &_db);

mercurial