[longomatch] Fix typos



commit 0e046dc5a41f019facdbc1e3b45b976591722a18
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Jul 26 22:41:01 2010 +0200

    Fix typos

 LongoMatch/Gui/Component/ProjectDetailsWidget.cs |    2 +-
 LongoMatch/Gui/MainWindow.cs                     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
index bd984c0..7a0b4e0 100644
--- a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
+++ b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
@@ -85,7 +85,7 @@ namespace LongoMatch.Gui.Component
 			set {
 				bool visible1 = value == ProjectType.CaptureProject; 
 				bool visible2 = value != ProjectType.FakeCaptureProject;
-				bool visible3 = value == ProjectType.EditProject;
+				bool visible3 = value != ProjectType.EditProject;
 				
 				filelabel.Visible = visible2;
 				filehbox.Visible = visible2;
diff --git a/LongoMatch/Gui/MainWindow.cs b/LongoMatch/Gui/MainWindow.cs
index 36fca40..0f47bc6 100644
--- a/LongoMatch/Gui/MainWindow.cs
+++ b/LongoMatch/Gui/MainWindow.cs
@@ -92,7 +92,7 @@ namespace LongoMatch.Gui
 			playerbin1.LogoMode = true;
 			
 			capturerBin.Visible = false;
-			playerbin1.Logo = System.IO.Path.Combine(MainClass.ImagesDir(),"background.png");
+			capturerBin.Logo = System.IO.Path.Combine(MainClass.ImagesDir(),"background.png");
 			capturerBin.CaptureFinished += delegate {
 						CloseCaptureProject();};
 			



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