linux: Fix compile error

This commit is contained in:
Hylke Bons 2014-11-01 14:00:06 +00:00
parent 2797ece573
commit e1342b7a4f

View file

@ -153,7 +153,7 @@ namespace SparkleShare {
foreach (KeyValuePair<string, string> pair in project.UnsyncedChangesInfo)
(item.Submenu as Menu).Add (new MenuItem (pair.Key) {
Image = new Image () {
File = new string [] {icons_path, pair.Value.Replace ("-12", ""))}.Combine () },
File = new string [] {icons_path, pair.Value.Replace ("-12", "")}.Combine () },
Sensitive = false
});