From bec9be1cf76d957e84abdb28ce1c186e0932f3ed Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 5 Dec 2012 13:13:47 +0000 Subject: [PATCH] bump version --- SparkleShare/SparkleStatusIconController.cs | 4 ++-- SparkleShare/Windows/SparkleShare.wxs | 2 +- configure.ac | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SparkleShare/SparkleStatusIconController.cs b/SparkleShare/SparkleStatusIconController.cs index f672174d..35d1cdcd 100755 --- a/SparkleShare/SparkleStatusIconController.cs +++ b/SparkleShare/SparkleStatusIconController.cs @@ -128,8 +128,6 @@ namespace SparkleShare { }; Program.Controller.OnIdle += delegate { - UpdateFolders (); - if (CurrentState != IconState.Error) { CurrentState = IconState.Idle; @@ -139,6 +137,8 @@ namespace SparkleShare { StateText = "Projects up to date " + FolderSize; } + UpdateFolders (); + UpdateIconEvent (CurrentState); UpdateStatusItemEvent (StateText); UpdateMenuEvent (CurrentState); diff --git a/SparkleShare/Windows/SparkleShare.wxs b/SparkleShare/Windows/SparkleShare.wxs index 18e9450c..3ba2c030 100644 --- a/SparkleShare/Windows/SparkleShare.wxs +++ b/SparkleShare/Windows/SparkleShare.wxs @@ -2,7 +2,7 @@ + Language='1033' Codepage='1252' Version='0.9.10' Manufacturer='SparkleShare'> diff --git a/configure.ac b/configure.ac index 3caa9554..f43c6fe5 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -m4_define([sparkleshare_version], [0.9.9]) +m4_define([sparkleshare_version], [0.9.10]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)