[longomatch] Disable saving projects in live analysis



commit 40bc38c8de50af4beafac6d6bc47446fdd1c19bb
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Apr 10 07:37:01 2013 +0200

    Disable saving projects in live analysis

 LongoMatch.GUI/Gui/MainWindow.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/LongoMatch.GUI/Gui/MainWindow.cs b/LongoMatch.GUI/Gui/MainWindow.cs
index 07de7f4..b20080e 100644
--- a/LongoMatch.GUI/Gui/MainWindow.cs
+++ b/LongoMatch.GUI/Gui/MainWindow.cs
@@ -428,13 +428,13 @@ namespace LongoMatch.Gui
                private void MakeActionsSensitive(bool sensitive, ProjectType projectType) {
                        bool sensitive2 = sensitive && projectType == ProjectType.FileProject;
                        CloseProjectAction.Sensitive=sensitive;
-                       SaveProjectAction.Sensitive = sensitive;
                        TaggingViewAction.Sensitive = sensitive;
                        ManualTaggingViewAction.Sensitive = sensitive;
                        GameUnitsViewAction.Sensitive = sensitive2 && gameUnitsActionVisible;
                        TimelineViewAction.Sensitive = sensitive2;
                        ExportProjectAction1.Sensitive = sensitive2;
                        HideAllWidgetsAction.Sensitive=sensitive2;
+                       SaveProjectAction.Sensitive = sensitive2;
                }
 
                private void ShowWidgets() {


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