From 1f7235177f0dc516c4a95b003acfc8d786e71813 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 2 Dec 2012 22:20:06 +0000 Subject: [PATCH] windows: fix version number --- SparkleLib/SparkleLib.csproj | 1 + SparkleShare/Windows/SparkleNotifyIcon.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SparkleLib/SparkleLib.csproj b/SparkleLib/SparkleLib.csproj index 1b0cf693..1e72a6ea 100644 --- a/SparkleLib/SparkleLib.csproj +++ b/SparkleLib/SparkleLib.csproj @@ -42,6 +42,7 @@ + diff --git a/SparkleShare/Windows/SparkleNotifyIcon.cs b/SparkleShare/Windows/SparkleNotifyIcon.cs index 3db05532..e097c13b 100644 --- a/SparkleShare/Windows/SparkleNotifyIcon.cs +++ b/SparkleShare/Windows/SparkleNotifyIcon.cs @@ -259,7 +259,7 @@ namespace SparkleShare { if (!context_menu_rect.Contains(hit_point)) { new Thread (() => { - Thread.Sleep (500); + Thread.Sleep (750); Dispatcher.BeginInvoke ((Action) delegate { ContextMenu.IsOpen = false;