From ff831e9d81321183a17f1ae453ef7bff5ba228d7 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 0864457fa..cb1d9479a 100755 --- a/SparkleShare/SparkleStatusIconController.cs +++ b/SparkleShare/SparkleStatusIconController.cs @@ -139,6 +139,7 @@ public SparkleStatusIconController () } UpdateIconEvent (CurrentState); + UpdateStatusItemEvent (StateText); UpdateMenuEvent (CurrentState); }; @@ -184,6 +185,7 @@ public SparkleStatusIconController () UpdateFolders (); UpdateIconEvent (CurrentState); + UpdateStatusItemEvent (StateText); UpdateMenuEvent (CurrentState); }; }