[longomatch/redesign: 95/120] Add listeners for events manually



commit 467f5f4e6bcf0fe3524dd394885c735790cffd06
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Mar 27 16:35:01 2011 +0200

    Add listeners for events manually

 LongoMatch/Gui/Component/ProjectTemplateWidget.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/ProjectTemplateWidget.cs b/LongoMatch/Gui/Component/ProjectTemplateWidget.cs
index 4b2ad7c..558aa40 100644
--- a/LongoMatch/Gui/Component/ProjectTemplateWidget.cs
+++ b/LongoMatch/Gui/Component/ProjectTemplateWidget.cs
@@ -47,6 +47,8 @@ namespace LongoMatch.Gui.Component
 		{
 			this.Build();
 			hkList = new List<HotKey>();
+			categoriestreeview.CategoryClicked += this.OnCategoriestreeviewSectionClicked;
+			categoriestreeview.CategoriesSelected += this.OnCategoriestreeviewCategoriesSelected;
 		}
 
 		public Project Project {



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