[longomatch/fakelive] Reset Capture Mode for live projects



commit f7bdade81e0808ac21b6fc4b48d5e692b6e311aa
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Mar 7 16:12:40 2010 +0100

    Reset Capture Mode for live projects

 LongoMatch/Gui/MainWindow.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/MainWindow.cs b/LongoMatch/Gui/MainWindow.cs
index 2ca1a7c..a248bc5 100644
--- a/LongoMatch/Gui/MainWindow.cs
+++ b/LongoMatch/Gui/MainWindow.cs
@@ -159,6 +159,7 @@ namespace LongoMatch.Gui
 					localplayerslisttreewidget.ProjectIsLive = true;
 					visitorplayerslisttreewidget.ProjectIsLive = true;
 					tagstreewidget1.ProjectIsLive = true;	
+					CaptureModeAction.Active = true;
 				}
 				
 				playlistwidget2.Stop();
@@ -185,7 +186,7 @@ namespace LongoMatch.Gui
 				eManager.Capturer = null;
 				if (capturerBin != null)
 					capturerBin.Destroy();
-			}			
+			}
 			else {
 				playerbin1.Close();
 				playerbin1.LogoMode = true;



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