aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-chatroom-manager.c
diff options
context:
space:
mode:
authorFrédéric Péters <fpeters@0d.be>2009-06-17 16:01:52 +0800
committerFrédéric Péters <fpeters@0d.be>2009-07-21 23:36:44 +0800
commite1fa17399fc137a508f195aa6976b5f32189de96 (patch)
treee70585581a0e219d5b6327719ddfe7e5d52aef92 /libempathy/empathy-chatroom-manager.c
parent6af3cdc16ef3e4a35524b4e076e9c8c99469814c (diff)
downloadgsoc2013-empathy-e1fa17399fc137a508f195aa6976b5f32189de96.tar
gsoc2013-empathy-e1fa17399fc137a508f195aa6976b5f32189de96.tar.gz
gsoc2013-empathy-e1fa17399fc137a508f195aa6976b5f32189de96.tar.bz2
gsoc2013-empathy-e1fa17399fc137a508f195aa6976b5f32189de96.tar.lz
gsoc2013-empathy-e1fa17399fc137a508f195aa6976b5f32189de96.tar.xz
gsoc2013-empathy-e1fa17399fc137a508f195aa6976b5f32189de96.tar.zst
gsoc2013-empathy-e1fa17399fc137a508f195aa6976b5f32189de96.zip
Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007)
Diffstat (limited to 'libempathy/empathy-chatroom-manager.c')
-rw-r--r--libempathy/empathy-chatroom-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-chatroom-manager.c b/libempathy/empathy-chatroom-manager.c
index 1ce7a6e5d..940b56220 100644
--- a/libempathy/empathy-chatroom-manager.c
+++ b/libempathy/empathy-chatroom-manager.c
@@ -409,7 +409,7 @@ empathy_chatroom_manager_constructor (GType type,
/* Set the default file path */
gchar *dir;
- dir = g_build_filename (g_get_home_dir (), ".gnome2", PACKAGE_NAME, NULL);
+ dir = g_build_filename (g_get_user_config_dir (), PACKAGE_NAME, NULL);
if (!g_file_test (dir, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR))
g_mkdir_with_parents (dir, S_IRUSR | S_IWUSR | S_IXUSR);