From 6affbe33e90b4157380eff3dad6a9654c9a24443 Mon Sep 17 00:00:00 2001
From: Matthew Barnes <mbarnes@redhat.com>
Date: Thu, 22 Jul 2010 17:07:52 -0400
Subject: Migrate ~/.evolution to XDG base directories.

Migration runs just before the main loop starts.
It's just a sequence of local directory and file renames.
---
 e-util/e-print.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'e-util/e-print.c')

diff --git a/e-util/e-print.c b/e-util/e-print.c
index bb5ce9067a..756381f805 100644
--- a/e-util/e-print.c
+++ b/e-util/e-print.c
@@ -37,7 +37,7 @@
 static gchar *
 key_file_get_filename (void)
 {
-	return g_build_filename (e_get_user_data_dir (), "printing", NULL);
+	return g_build_filename (e_get_user_data_dir (), "printing.ini", NULL);
 }
 
 static void
-- 
cgit