[longomatch] Save projects after adding new tags



commit 37c4578f50cb66feb732b3526b6dd2881435c539
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Dec 6 18:30:14 2012 +0100

    Save projects after adding new tags

 LongoMatch.Services/Services/EventsManager.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Services/Services/EventsManager.cs b/LongoMatch.Services/Services/EventsManager.cs
index f66534f..f446a67 100644
--- a/LongoMatch.Services/Services/EventsManager.cs
+++ b/LongoMatch.Services/Services/EventsManager.cs
@@ -149,6 +149,7 @@ namespace LongoMatch.Services
 			if (projectType == ProjectType.FileProject) {
 				player.Play();
 			}
+			Core.DB.UpdateProject (openedProject);
 		}
 
 		protected virtual void OnNewTagAtFrame(Category category, int frame) {



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