Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/ev-file-helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ev-file-helpers.c')
-rw-r--r--lib/ev-file-helpers.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ev-file-helpers.c b/lib/ev-file-helpers.c
index ae8aae5..247e511 100644
--- a/lib/ev-file-helpers.c
+++ b/lib/ev-file-helpers.c
@@ -61,8 +61,7 @@ ev_dot_dir (void)
{
gboolean exists;
- dot_dir = g_build_filename (g_get_home_dir (),
- GNOME_DOT_GNOME,
+ dot_dir = g_build_filename (gnome_user_dir_get (),
"evince",
NULL);