[longomatch] Proxy the FullScreen property properly
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [longomatch] Proxy the FullScreen property properly
- Date: Sat, 15 Dec 2012 16:18:58 +0000 (UTC)
commit 7fbc5471df83d7fa199bfbf415646ae449388693
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Dec 15 17:18:33 2012 +0100
    Proxy the FullScreen property properly
 LongoMatch.GUI.Multimedia/Gui/PlayerCapturerBin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/Gui/PlayerCapturerBin.cs b/LongoMatch.GUI.Multimedia/Gui/PlayerCapturerBin.cs
index 907036e..56aa05a 100644
--- a/LongoMatch.GUI.Multimedia/Gui/PlayerCapturerBin.cs
+++ b/LongoMatch.GUI.Multimedia/Gui/PlayerCapturerBin.cs
@@ -231,7 +231,7 @@ namespace LongoMatch.Gui
 		
 		public bool FullScreen {
 			set {
-				playerbin.FullScreen = true;
+				playerbin.FullScreen = value;
 			}
 		}
 		
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]