Files
bsdports/xapp/liferea/files/patch-x-src-common.c
2019-12-26 07:26:06 +00:00

12 lines
428 B
C

--- ./src/common.c.orig 2012-03-23 17:24:26.000000000 +0300
+++ ./src/common.c 2013-12-15 11:10:24.000000000 +0300
@@ -71,7 +71,7 @@
{
gchar *cachePath;
- lifereaUserPath = g_build_filename (g_get_home_dir(), ".liferea_1.8", NULL);
+ lifereaUserPath = g_build_filename (g_get_home_dir(), ".liferea", NULL);
cachePath = g_build_filename (lifereaUserPath, "cache", NULL);
common_check_dir (g_strdup (lifereaUserPath));