[longomatch] Fix closing projects with capture errors



commit 31d44283f614e4394ecfa61a873d7713f2436356
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Dec 16 17:14:09 2014 +0100

    Fix closing projects with capture errors

 LongoMatch.Services/Services/ProjectsManager.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/Services/ProjectsManager.cs b/LongoMatch.Services/Services/ProjectsManager.cs
index ccea658..48d747c 100644
--- a/LongoMatch.Services/Services/ProjectsManager.cs
+++ b/LongoMatch.Services/Services/ProjectsManager.cs
@@ -395,7 +395,7 @@ namespace LongoMatch.Services
                {
                        guiToolkit.ErrorMessage (Catalog.GetString ("The following error happened and" +
                                " the current capture will be closed:") + "\n" + message);
-                       HandleCaptureFinished (false);
+                       HandleCaptureFinished (true);
                }
 
        }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]