[ui] change SparkleShare folder icon context from places to apps

This commit is contained in:
Hylke Bons 2010-08-07 12:46:19 +01:00
parent 225f0f1f98
commit 008f6270b1

View file

@ -88,7 +88,8 @@ namespace SparkleShare {
}
}
public void Run()
public void Run ()
{
// The main loop
@ -239,7 +240,7 @@ namespace SparkleShare {
Process.StartInfo.FileName = "gvfs-set-attribute";
Process.StartInfo.Arguments = SparklePaths.SparklePath + " metadata::custom-icon " +
"file://" + SparkleHelpers.CombineMore (Defines.PREFIX, "share", "icons",
"hicolor", "48x48", "places", "folder-sparkleshare.png");
"hicolor", "48x48", "apps", "folder-sparkleshare.png");
Process.Start ();
}