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:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-07-07 09:34:45 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-07-07 09:34:45 (GMT)
commit14d8faba24b8f51ee59c6177690065e7a58336ba (patch)
tree009a5fa28b0550ea69fd9e5b9cce053beb424800 /lib/ev-file-helpers.c
parent693041965a579af3c1b115eba4db812f69b89725 (diff)
do not unnecessarily save zoom
2005-07-07 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-window: do not unnecessarily save zoom * configure.ac: * lib/ev-file-helpers.c: (ev_dot_dir): * shell/Makefile.am: * shell/dummy.cc: Some cleanups
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);