[longomatch] Reset Capture Mode for live projects
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Reset Capture Mode for live projects
- Date: Thu, 25 Mar 2010 20:48:19 +0000 (UTC)
commit e3487ac2c45df7efa36af9ed7dcaa75074bd77b9
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]