[longomatch/livecapturemerged: 75/84] Hide stop and pause buttons if we are not recording



commit 0262df102d900d795004e2150476afec2a7ab69e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat May 8 13:01:07 2010 +0200

    Hide stop and pause buttons if we are not recording

 CesarPlayer/Gui/CapturerBin.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/CesarPlayer/Gui/CapturerBin.cs b/CesarPlayer/Gui/CapturerBin.cs
index a660c78..2b9de9d 100644
--- a/CesarPlayer/Gui/CapturerBin.cs
+++ b/CesarPlayer/Gui/CapturerBin.cs
@@ -90,7 +90,10 @@ namespace LongoMatch.Gui
 				}
 				capturing = false;
 				SetProperties();
+				pausebutton.Visible = false;
+				stopbutton.Visible = false;
 			}
+
 		}
 		
 		public string Logo{



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