From ccb87dd33a0477111307923cd932e26ec7349304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jerna=C5=9B?= Date: Fri, 18 Jun 2010 13:45:36 +0200 Subject: [PATCH] Grab the icon path from configure via Defines --- SparkleShare/SparklePaths.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparklePaths.cs b/SparkleShare/SparklePaths.cs index 198acf11..1db4f35d 100644 --- a/SparkleShare/SparklePaths.cs +++ b/SparkleShare/SparklePaths.cs @@ -33,7 +33,7 @@ namespace SparkleShare { public static string SparkleConfigPath = SparkleHelpers.CombineMore (HomePath, ".config", "sparkleshare"); - public static string SparkleInstallPath = SparkleHelpers.CombineMore ("usr", "share", + public static string SparkleInstallPath = SparkleHelpers.CombineMore (Defines.PREFIX, "sparkleshare", "icons", "hicolor"); public static string SparkleAvatarPath {