[longomatch] Don't hide the file column if the project is beeing edited



commit 1a983c529412ea1e9f2f5f84fbf71795cf7cd5ec
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Mar 6 17:15:03 2010 +0100

    Don't hide the file column if the project is beeing edited

 LongoMatch/Gui/Component/ProjectDetailsWidget.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
index 94c2bd5..017e4ad 100644
--- a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
+++ b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
@@ -76,8 +76,7 @@ namespace LongoMatch.Gui.Component
 					videobitratelabel.Visible = false;
 					bitratespinbutton.Visible = false;					
 				}
-				if (value == ProjectType.EditProject
-				    || value == ProjectType.NewFakeCaptureProject) {
+				if (value == ProjectType.NewFakeCaptureProject) {
 					label6.Visible = false;
 					hbox4.Visible = false;
 				}



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