concatenate file path properly

This commit is contained in:
Hylke Bons 2010-06-04 21:00:45 +02:00
parent 262c1e7552
commit 515a209340

View file

@ -41,7 +41,8 @@ namespace SparkleShare {
public static string SparkleAvatarPath =
Path.Combine (SparkleConfigPath, "avatars");
public static string SparkleIconPath = "/usr/share/icons/hicolor";
public static string SparkleIconPath =
SparkleHelpers.CombineMore ("usr", "share", "icons", "hicolor");
}