Grab the icon path from configure via Defines

This commit is contained in:
Łukasz Jernaś 2010-06-18 13:45:36 +02:00
parent 6d9b4b0e46
commit ccb87dd33a

View file

@ -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 {