[longomatch/fakelive] Don't hide the file column if the project is beeing edited
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/fakelive] Don't hide the file column if the project is beeing edited
- Date: Sat, 6 Mar 2010 18:45:47 +0000 (UTC)
commit b4ee5951e18598a2d43bf15d4d0951e0f5c9dbdb
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]