[longomatch] Set the current project before filling the details



commit 3f59209d8b77330bc6b2de9c9b39d8ae1e50f06f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Jun 22 14:00:24 2014 +0200

    Set the current project before filling the details

 LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs b/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
index 60f9f2b..ac05d4e 100644
--- a/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
@@ -81,8 +81,8 @@ namespace LongoMatch.Gui.Panel
                                datelabel.Text = DateTime.Now.ToShortDateString();
                        } else {
                                notebook1.Page = 1;
-                               FillProjectDetails ();
                                this.project = project;
+                               FillProjectDetails ();
                        }
                        
                        ConnectSignals ();


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