[longomatch] Fix bug #596013 - Removal of sections on a created project does not repect order



commit 6c01bf008e8b44dfa16d31bb816e9051b82615eb
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Sep 23 00:15:42 2009 +0200

    Fix bug #596013 -  Removal of sections on a created project does not repect order

 LongoMatch/Gui/Component/ProjectDetailsWidget.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
index eee3e18..c19b033 100644
--- a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
+++ b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
@@ -355,6 +355,7 @@ namespace LongoMatch.Gui.Component
 			ProjectTemplateEditorDialog ted = new ProjectTemplateEditorDialog();
 			ted.TransientFor = (Window)Toplevel;
 			ted.Sections = Sections;
+			ted.Project = project;
 			
 			if (ted.Run() == (int)ResponseType.Apply){
 				this.Sections = ted.Sections;



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