[longomatch/redesign2: 142/159] Fix name display of plays



commit fb6b0fc68f11a24b10bb575d8411b8e8e69ff78e
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]