[longomatch/redesign: 18/75] Fix thinko



commit da954c0f43bdd002e18ee597c48ec097b1cbf1e5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Nov 20 21:15:28 2010 +0100

    Fix thinko

 LongoMatch/Gui/Dialog/PlayersSelectionDialog.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/Dialog/PlayersSelectionDialog.cs b/LongoMatch/Gui/Dialog/PlayersSelectionDialog.cs
index 55ac260..fb5b010 100644
--- a/LongoMatch/Gui/Dialog/PlayersSelectionDialog.cs
+++ b/LongoMatch/Gui/Dialog/PlayersSelectionDialog.cs
@@ -50,7 +50,7 @@ namespace LongoMatch.Gui.Dialog
 			table1.NRows =(uint) 10;
 
 			foreach (Player player in template.PlayersList) {
-				if (player.Playing)
+				if (!player.Playing)
 					continue;
 
 				button = new CheckButton();



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