From 7e60c1687ebced34dad19919996ba26c1cf45dc7 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 1 Jun 2010 21:40:28 +0200 Subject: [PATCH] add functions for future status icon changes --- SparkleShare/SparkleDialog.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SparkleShare/SparkleDialog.cs b/SparkleShare/SparkleDialog.cs index 8d7de4df..3cbdfb12 100644 --- a/SparkleShare/SparkleDialog.cs +++ b/SparkleShare/SparkleDialog.cs @@ -104,6 +104,8 @@ namespace SparkleShare { // Clones a remote repo public void CloneRepo (object o, EventArgs args) { +// SparkleUI.NotificationIcon.SetSyncingState (); + HideAll (); string RepoRemoteUrl = RemoteUrlCombo.Entry.Text; @@ -222,6 +224,9 @@ namespace SparkleShare { } +// SparkleUI.NotificationIcon.SetIdleState (); + + }; }