[longomatch/redesign3: 137/156] Add newly created template to the list
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign3: 137/156] Add newly created template to the list
- Date: Wed, 17 Aug 2011 22:27:43 +0000 (UTC)
commit ee97aeaf5434fab0d1a82dfaa0181b8aeecae72f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Apr 28 21:38:15 2011 +0200
Add newly created template to the list
LongoMatch/Gui/Component/CategoryProperties.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/CategoryProperties.cs b/LongoMatch/Gui/Component/CategoryProperties.cs
index 34537a8..70eecb6 100644
--- a/LongoMatch/Gui/Component/CategoryProperties.cs
+++ b/LongoMatch/Gui/Component/CategoryProperties.cs
@@ -203,6 +203,8 @@ namespace LongoMatch.Gui.Component
if (template == null || template.Count == 0)
return;
+ model.AppendValues(String.Format("[{0}] {1}",Catalog.GetString("Tags"), template.Name),
+ template);
subcategoriesTemplates.Save(template);
subcatcombobox.Active = 1;
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]