[longomatch] Add the play the main window once tagged



commit d4ff83e09d8df0f1c9860edde117152745029273
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Apr 16 21:57:06 2013 +0200

    Add the play the main window once tagged

 LongoMatch.Services/Services/EventsManager.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/LongoMatch.Services/Services/EventsManager.cs b/LongoMatch.Services/Services/EventsManager.cs
index 0419f6a..7a8c145 100644
--- a/LongoMatch.Services/Services/EventsManager.cs
+++ b/LongoMatch.Services/Services/EventsManager.cs
@@ -145,10 +145,10 @@ namespace LongoMatch.Services
                        
                        /* Add the new created play to the project and update the GUI*/
                        var play = openedProject.AddPlay(category, start, stop,miniature);
-                       mainWindow.AddPlay(play);
                        /* Tag subcategories of the new play */
                        if (!Config.FastTagging)
                                LaunchPlayTagger(play, false);
+                       mainWindow.AddPlay(play);
                        if (projectType == ProjectType.FileProject) {
                                player.Play();
                        }


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