[longomatch] Fix bug #596013 - Removal of sections on a created project does not repect order
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [longomatch] Fix bug #596013 - Removal of sections on a created project does not repect order
- Date: Tue, 22 Sep 2009 22:17:47 +0000 (UTC)
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]