[longomatch: 191/192] Allow multiple selections for the default players subcategories



commit 3799df7cf9104a3c988e65420879f7a2b00ad9f8
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Aug 22 21:13:22 2011 +0200

    Allow multiple selections for the default players subcategories

 LongoMatch/Store/Templates/CategoriesTemplate.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch/Store/Templates/CategoriesTemplate.cs b/LongoMatch/Store/Templates/CategoriesTemplate.cs
index 7f6a4e5..5500a0c 100644
--- a/LongoMatch/Store/Templates/CategoriesTemplate.cs
+++ b/LongoMatch/Store/Templates/CategoriesTemplate.cs
@@ -82,13 +82,13 @@ namespace LongoMatch.Store.Templates
 				
 				localplayers = new PlayerSubCategory {
 					Name = Catalog.GetString("Local Team Players"),
-					AllowMultiple = false,
+					AllowMultiple = true,
 					FastTag = true};
 			    localplayers.Add(Team.LOCAL);
 			    
 				visitorplayers = new PlayerSubCategory {
 					Name = Catalog.GetString("Visitor Team Players"),
-					AllowMultiple = false,
+					AllowMultiple = true,
 					FastTag = true};
 				visitorplayers.Add(Team.VISITOR);	
 				



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