[longomatch/gameunits: 5/12] Fill the list of projects in the manager



commit 33e99a0cbd300d75855b04b9ad5cce6b9d3d6d57
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Nov 4 23:35:43 2011 +0100

    Fill the list of projects in the manager

 LongoMatch.GUI/Gui/Dialog/ProjectsManager.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Dialog/ProjectsManager.cs b/LongoMatch.GUI/Gui/Dialog/ProjectsManager.cs
index e1da773..7e9b117 100644
--- a/LongoMatch.GUI/Gui/Dialog/ProjectsManager.cs
+++ b/LongoMatch.GUI/Gui/Dialog/ProjectsManager.cs
@@ -45,10 +45,11 @@ namespace LongoMatch.Gui.Dialog
 			this.openedProject = openedProject;
 			this.projectdetails.Use = ProjectType.EditProject;
 			this.DB = DB;
+			Fill();
 			projectdetails.Edited = false;
 		}
 
-		public void Fill() {
+		private void Fill() {
 			projectlistwidget1.Fill(DB.GetAllProjects());
 			projectlistwidget1.ClearSearch();
 			projectlistwidget1.SelectionMode = SelectionMode.Multiple;



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