From 986c72eb949b0fce22898a8f9e8dae94541814cf Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 2 Dec 2012 10:15:19 +0000 Subject: [PATCH] statusicon: fix some cases where the status text doesn't update --- SparkleShare/SparkleStatusIconController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SparkleShare/SparkleStatusIconController.cs b/SparkleShare/SparkleStatusIconController.cs index 0864457f..cb1d9479 100755 --- a/SparkleShare/SparkleStatusIconController.cs +++ b/SparkleShare/SparkleStatusIconController.cs @@ -139,6 +139,7 @@ namespace SparkleShare { } UpdateIconEvent (CurrentState); + UpdateStatusItemEvent (StateText); UpdateMenuEvent (CurrentState); }; @@ -184,6 +185,7 @@ namespace SparkleShare { UpdateFolders (); UpdateIconEvent (CurrentState); + UpdateStatusItemEvent (StateText); UpdateMenuEvent (CurrentState); }; }