From 008f6270b100ed7581a6f5507a3474d036b6ecd0 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 7 Aug 2010 12:46:19 +0100 Subject: [PATCH] [ui] change SparkleShare folder icon context from places to apps --- SparkleShare/SparkleUI.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SparkleShare/SparkleUI.cs b/SparkleShare/SparkleUI.cs index 0992dcc6..f6f89b14 100644 --- a/SparkleShare/SparkleUI.cs +++ b/SparkleShare/SparkleUI.cs @@ -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 (); }