[longomatch] Fix stats display
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix stats display
- Date: Sun, 19 Jan 2014 20:26:40 +0000 (UTC)
commit 96d266b8929f6988acec23f2e61672dc149bc52a
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Jan 19 21:26:05 2014 +0100
Fix stats display
LongoMatch.GUI/Gui/Dialog/StatsViewer.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Dialog/StatsViewer.cs b/LongoMatch.GUI/Gui/Dialog/StatsViewer.cs
index 97a596c..3047da7 100644
--- a/LongoMatch.GUI/Gui/Dialog/StatsViewer.cs
+++ b/LongoMatch.GUI/Gui/Dialog/StatsViewer.cs
@@ -42,8 +42,9 @@ namespace LongoMatch.Gui.Dialog
stats.Dispose();
stats = new ProjectStats (project);
categoriesviewer.LoadStats (stats);
- playersviewer.LoadProject (project, stats);
gameviewer.LoadProject (project, stats);
+ /* Player stats are filtered */
+ playersviewer.LoadProject (project, new ProjectStats (project));
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]