[gnome-color-manager] Use the common configuration path from OpenIccDirectoryProposal



commit 784a617285b82f4d2276cd8d7ce03d883066e10f
Author: Richard Hughes <richard hughsie com>
Date:   Sat May 22 08:24:58 2010 +0100

    Use the common configuration path from OpenIccDirectoryProposal
    
    You will need to rename ~/.config/gnome-color-manager to
    ~/.config/color if you want to re-use your old configuration

 src/gcm-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-utils.c b/src/gcm-utils.c
index 2da35ed..2760b75 100644
--- a/src/gcm-utils.c
+++ b/src/gcm-utils.c
@@ -521,7 +521,7 @@ gcm_utils_get_default_config_location (void)
 	}
 
 	/* create default path */
-	filename = g_build_filename (g_get_user_config_dir (), "gnome-color-manager", "device-profiles.conf", NULL);
+	filename = g_build_filename (g_get_user_config_dir (), "color", "device-profiles.conf", NULL);
 out:
 	return filename;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]