[longomatch/redesign2: 94/140] Add listeners for events manually
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign2: 94/140] Add listeners for events manually
- Date: Tue, 24 May 2011 22:04:00 +0000 (UTC)
commit 7d7c4d3579f1acc1e5b0de2f13d9dab45952d264
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]