[longomatch/redesign2: 18/140] Fix thinko
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign2: 18/140] Fix thinko
- Date: Tue, 24 May 2011 21:57:38 +0000 (UTC)
commit cc54de2af9326547ada531f5bbc6f18c03085441
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]