[f-spot/FSPOT_0_6_0_STABLE] List user-installed color profiles



commit 063ea2f5b14ca2a78219892754987b78c92c1767
Author: Stephane Delcroix <stephane delcroix org>
Date:   Wed Jan 6 10:34:03 2010 +0100

    List user-installed color profiles
    
    Fixes bgo #606128

 src/Core/ColorManagement.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/ColorManagement.cs b/src/Core/ColorManagement.cs
index 143531a..083268e 100644
--- a/src/Core/ColorManagement.cs
+++ b/src/Core/ColorManagement.cs
@@ -17,7 +17,7 @@ using System.Collections.Generic;
 
 namespace FSpot {
 	public static class ColorManagement {
-		static string [] search_dir = { "/usr/share/color/icc", "~/.color/icc", "/usr/local/share/color/icc " };
+		static string [] search_dir = { "/usr/share/color/icc", Path.Combine (Global.HomeDirectory, ".color/icc"), "/usr/local/share/color/icc " };
 
 		static Dictionary<string, Cms.Profile> profiles;
 		public static IDictionary<string, Cms.Profile> Profiles {



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