From 16830168a492fb23ea97773a2cedaa63f872cb1b Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 23 May 2010 21:29:22 +0100 Subject: [PATCH] add todo --- SparkleShare/SparkleStatusIcon.cs | 2 ++ SparkleShare/SparkleUI.cs | 1 + 2 files changed, 3 insertions(+) diff --git a/SparkleShare/SparkleStatusIcon.cs b/SparkleShare/SparkleStatusIcon.cs index 76301bc4..a67ee9a6 100644 --- a/SparkleShare/SparkleStatusIcon.cs +++ b/SparkleShare/SparkleStatusIcon.cs @@ -144,6 +144,8 @@ namespace SparkleShare { Pixbuf = SparkleHelpers.GetIcon ("folder-sparkleshare", 24); } + // TODO: There are UI freezes when switching back and forth + // bewteen syncing and idle state public void SetSyncingState () { int CycleDuration = 250; diff --git a/SparkleShare/SparkleUI.cs b/SparkleShare/SparkleUI.cs index b69a4cdd..1197bb79 100644 --- a/SparkleShare/SparkleUI.cs +++ b/SparkleShare/SparkleUI.cs @@ -91,6 +91,7 @@ namespace SparkleShare { i++; // Attach emblems + // TODO: emblems don't work in nautilus switch (SparklePlatform.Name) { case "GNOME": Process.StartInfo.FileName = "gvfs-set-attribute";