controller: fix gvfs command being run twice

This commit is contained in:
Hylke Bons 2012-10-10 12:49:32 +02:00
parent 5f50302081
commit f204fd6d3e

View file

@ -137,9 +137,6 @@ namespace SparkleShare {
Process process = new Process ();
process.StartInfo.FileName = "gvfs-set-attribute";
process.Start ();
process.WaitForExit ();
// Give the SparkleShare folder an icon name, so that it scales
process.StartInfo.Arguments = SparkleConfig.DefaultConfig.FoldersPath +
" metadata::custom-icon-name 'sparkleshare'";