Fix icon spinning forever on down remote

This commit is contained in:
Hylke Bons 2011-12-04 11:00:02 +01:00
parent 260e257f59
commit 4b7f967229
3 changed files with 5 additions and 1 deletions

View file

@ -60,7 +60,7 @@
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Net" />
<Reference Include="SparkleLib, Version=0.4.1.0, Culture=neutral, PublicKeyToken=null">
<Reference Include="SparkleLib, Version=0.4.2.0, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\SparkleLib.dll</HintPath>
</Reference>

View file

@ -119,6 +119,8 @@ namespace SparkleShare {
break;
case IconState.Error:
Animation.Stop ();
StateText = _("Not everything is synced");
StateMenuItem.Title = StateText;

View file

@ -113,6 +113,8 @@ namespace SparkleShare {
case IconState.Error:
Animation.Stop ();
StateText = _("Not everything is synced");
UpdateStateText ();
CreateMenu ();