[longomatch] Add team's name to the menus



commit cd7b7fdaf6ddba383c1a4d6dd884cc83e6565651
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Sep 6 01:26:30 2010 +0200

    Add team's name to the menus

 LongoMatch/Gui/Component/TagsTreeWidget.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/TagsTreeWidget.cs b/LongoMatch/Gui/Component/TagsTreeWidget.cs
index bbf611b..c880b53 100644
--- a/LongoMatch/Gui/Component/TagsTreeWidget.cs
+++ b/LongoMatch/Gui/Component/TagsTreeWidget.cs
@@ -113,6 +113,8 @@ namespace LongoMatch.Gui.Component
 							model.AppendValues(tNode);
 					}
 					UpdateTagsList();
+					treeview.LocalTeam = value.LocalName;
+					treeview.VisitorTeam = value.VisitorName;
 				}
 			}
 		}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]