[longomatch/redesign: 46/82] Remove the tags from the project, which are now in the categories
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign: 46/82] Remove the tags from the project, which are now in the categories
- Date: Mon, 14 Mar 2011 00:20:41 +0000 (UTC)
commit 01b3b965d15f2e9b70892a14d870128a0b703ddf
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Jan 13 01:18:35 2011 +0100
Remove the tags from the project, which are now in the categories
LongoMatch/Store/Project.cs | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/LongoMatch/Store/Project.cs b/LongoMatch/Store/Project.cs
index cf52972..966c999 100644
--- a/LongoMatch/Store/Project.cs
+++ b/LongoMatch/Store/Project.cs
@@ -59,7 +59,6 @@ namespace LongoMatch.Store
Categories = new Categories();
LocalTeamTemplate = new TeamTemplate();
VisitorTeamTemplate = new TeamTemplate();
- Tags = new TagsTemplate();
}
#endregion
@@ -94,11 +93,6 @@ namespace LongoMatch.Store
set;
}
- public TagsTemplate Tags {
- get;
- set;
- }
-
#endregion
#region Public Methods
@@ -197,6 +191,13 @@ namespace LongoMatch.Store
select play).ToList();
}
+ public List<Tag> Tags {
+ get {
+ /* FIXME: Fix that when I have decide what to do with tags*/
+ return new List<Tag>();
+ }
+ }
+
/// <summary>
/// Returns a <see cref="Gtk.TreeStore"/> in which project categories are
/// root nodes and their respectives plays child nodes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]