[longomatch] Fill the list of projects in the manager



commit 35b9f1fd5fbe7be213b154eb107b6f3108a1b0cc
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]