Skip to content

Commit

Permalink
statusicon: fix some cases where the status text doesn't update
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Dec 2, 2012
1 parent 5f18172 commit ff831e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SparkleShare/SparkleStatusIconController.cs
Expand Up @@ -139,6 +139,7 @@ public SparkleStatusIconController ()
}

UpdateIconEvent (CurrentState);
UpdateStatusItemEvent (StateText);
UpdateMenuEvent (CurrentState);
};

Expand Down Expand Up @@ -184,6 +185,7 @@ public SparkleStatusIconController ()
UpdateFolders ();

UpdateIconEvent (CurrentState);
UpdateStatusItemEvent (StateText);
UpdateMenuEvent (CurrentState);
};
}
Expand Down

0 comments on commit ff831e9

Please sign in to comment.