[longomatch] Fix saving projects



commit d12a78a873e61a5108fb311bd03256ca1b686086
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu May 29 21:07:20 2014 +0200

    Fix saving projects

 LongoMatch.GUI/Gui/MainWindow.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/MainWindow.cs b/LongoMatch.GUI/Gui/MainWindow.cs
index 085464f..0571677 100644
--- a/LongoMatch.GUI/Gui/MainWindow.cs
+++ b/LongoMatch.GUI/Gui/MainWindow.cs
@@ -159,6 +159,7 @@ namespace LongoMatch.Gui
                {
                        ExportProjectAction1.Sensitive = true;
                        
+                       this.projectType = projectType;
                        openedProject = project;
                        if (projectType == ProjectType.FileProject) {
                                Title = System.IO.Path.GetFileNameWithoutExtension(


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