[longomatch/redesign3: 131/156] Fix name display of plays
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign3: 131/156] Fix name display of plays
- Date: Wed, 17 Aug 2011 22:27:13 +0000 (UTC)
commit 03ea7fd1afa7e5509f0c80b6ba27029ae0355601
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Apr 27 22:55:41 2011 +0200
Fix name display of plays
LongoMatch/Gui/TreeView/ListTreeViewBase.cs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch/Gui/TreeView/ListTreeViewBase.cs b/LongoMatch/Gui/TreeView/ListTreeViewBase.cs
index 9f6925d..b265f4d 100644
--- a/LongoMatch/Gui/TreeView/ListTreeViewBase.cs
+++ b/LongoMatch/Gui/TreeView/ListTreeViewBase.cs
@@ -261,8 +261,7 @@ namespace LongoMatch.Gui.Component
c.Background = "white";
c.CellBackground = "white";
}
- // FIXME
- //c.Markup = mtn.ToString(teams_name[(int)mtn.Team]);
+ c.Markup = mtn.ToString();
} else if(o is Player) {
c.Background = "white";
c.CellBackground = "white";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]