[longomatch] Don't save the project after adding a new play



commit 7169987291031d771b77c98294274d5ea7cf8af5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Mar 17 20:36:08 2013 +0100

    Don't save the project after adding a new play
    
    This blocks the main thread on slow computers

 LongoMatch.Services/Services/EventsManager.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/Services/EventsManager.cs b/LongoMatch.Services/Services/EventsManager.cs
index 385ddc5..7c775a6 100644
--- a/LongoMatch.Services/Services/EventsManager.cs
+++ b/LongoMatch.Services/Services/EventsManager.cs
@@ -152,7 +152,6 @@ 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]