intro: update statusicon menu after first run form, so Add Remote Folder... item will be enabled

This commit is contained in:
Hylke Bons 2011-05-17 01:58:52 +01:00
parent 7e301ea1d1
commit 1d389f40b3
2 changed files with 3 additions and 1 deletions

View file

@ -88,6 +88,7 @@ namespace SparkleShare {
SparkleShare.Controller.UserEmail = UserInfoForm.Cells [1].StringValue.Trim ();
SparkleShare.Controller.GenerateKeyPair ();
SparkleShare.Controller.FirstRun = false;
SparkleUI.StatusIcon.CreateMenu ();
InvokeOnMainThread (delegate {
ShowServerForm ();

View file

@ -129,7 +129,8 @@ namespace SparkleShare {
SparkleShare.Controller.AddKey ();
SparkleShare.Controller.FirstRun = false;
SparkleUI.StatusIcon.CreateMenu ();
Deletable = true;
ShowServerForm ();
};