[longomatch] Format results in a better way
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Format results in a better way
- Date: Mon, 6 Feb 2012 02:13:20 +0000 (UTC)
commit f884dd22db17631ce7f66eefbef9195c421e5d64
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Feb 6 03:02:24 2012 +0100
Format results in a better way
LongoMatch.Core/Stats/ProjectStats.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Stats/ProjectStats.cs b/LongoMatch.Core/Stats/ProjectStats.cs
index 75eecef..ef4d469 100644
--- a/LongoMatch.Core/Stats/ProjectStats.cs
+++ b/LongoMatch.Core/Stats/ProjectStats.cs
@@ -41,7 +41,7 @@ namespace LongoMatch.Stats
VisitorTeam = project.VisitorTeamTemplate.TeamName;
Competition = project.Description.Competition;
Season = project.Description.Season;
-
+ Results = String.Format("{0}-{1}", project.Description.LocalGoals, project.Description.VisitorGoals);
UpdateStats (project);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]