[longomatch] Update recorded periods for fake live projects
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Update recorded periods for fake live projects
- Date: Tue, 28 Oct 2014 09:56:44 +0000 (UTC)
commit 0a5e0d3725ebf387acd0c2c1e9e979d41c518e70
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Oct 28 08:13:02 2014 +0100
Update recorded periods for fake live projects
LongoMatch.Services/Services/ProjectsManager.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Services/Services/ProjectsManager.cs b/LongoMatch.Services/Services/ProjectsManager.cs
index ff367c1..2d7e88a 100644
--- a/LongoMatch.Services/Services/ProjectsManager.cs
+++ b/LongoMatch.Services/Services/ProjectsManager.cs
@@ -305,6 +305,7 @@ namespace LongoMatch.Services
Log.Exception (e);
}
} else if (projectType == ProjectType.FakeCaptureProject) {
+ project.Periods = Capturer.Periods;
try {
Config.DatabaseManager.ActiveDB.AddProject (project);
} catch (Exception e) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]