windows: fix version number

This commit is contained in:
Hylke Bons 2012-12-02 22:20:06 +00:00
parent c3c4e44438
commit 1f7235177f
2 changed files with 2 additions and 1 deletions

View file

@ -42,6 +42,7 @@
<Compile Include="SparkleExtensions.cs" />
<Compile Include="SparkleUser.cs" />
<Compile Include="SparkleLogger.cs" />
<Compile Include="Defines.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>

View file

@ -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;