[longomatch/redesign: 18/36] Fix thinko
- From: Andoni Morales Alastruey <amorales src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [longomatch/redesign: 18/36] Fix thinko
 
- Date: Tue, 21 Dec 2010 23:57:46 +0000 (UTC)
 
commit 4ba0d4a6bb54899c20a79ba7d859f37112849c67
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]