Fix compile error

This commit is contained in:
Hylke Bons 2012-01-18 13:26:35 +00:00
parent c0d5e4f6ea
commit 5b5cc3d69b

View file

@ -46,7 +46,7 @@ namespace SparkleShare {
); );
icon_theme.AppendSearchPath ( icon_theme.AppendSearchPath (
Path.Combine (SparkleConfig.ConfigPath, "icons") Path.Combine (Path.GetDirectoryName (SparkleConfig.DefaultConfig.FullPath), "icons")
); );
try { try {