add functions for future status icon changes

This commit is contained in:
Hylke Bons 2010-06-01 21:40:28 +02:00
parent c787940c3c
commit 7e60c1687e

View file

@ -104,6 +104,8 @@ namespace SparkleShare {
// Clones a remote repo // Clones a remote repo
public void CloneRepo (object o, EventArgs args) { public void CloneRepo (object o, EventArgs args) {
// SparkleUI.NotificationIcon.SetSyncingState ();
HideAll (); HideAll ();
string RepoRemoteUrl = RemoteUrlCombo.Entry.Text; string RepoRemoteUrl = RemoteUrlCombo.Entry.Text;
@ -222,6 +224,9 @@ namespace SparkleShare {
} }
// SparkleUI.NotificationIcon.SetIdleState ();
}; };
} }