[longomatch/redesign2: 132/140] Fix name display of plays
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign2: 132/140] Fix name display of plays
- Date: Tue, 24 May 2011 22:07:11 +0000 (UTC)
commit 98a508120d079ae54c70f54f4d4900f8abec371e
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]