[longomatch] Fix migration when the goal background is null
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix migration when the goal background is null
- Date: Wed, 5 Nov 2014 19:02:27 +0000 (UTC)
commit fae857a7d51bc4c74bb1532fb48d7962ba8ab441
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Oct 30 21:38:06 2014 +0100
Fix migration when the goal background is null
LongoMatch.Migration/Converter.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Migration/Converter.cs b/LongoMatch.Migration/Converter.cs
index 67d84af..54f06f2 100644
--- a/LongoMatch.Migration/Converter.cs
+++ b/LongoMatch.Migration/Converter.cs
@@ -148,7 +148,7 @@ namespace LongoMatch.Migration
if (cats.GoalBackground != null) {
dashboard.GoalBackground = ConvertImage (cats.GoalBackground);
} else {
- dashboard.HalfFieldBackground = Config.GoalBackground;
+ dashboard.GoalBackground = Config.GoalBackground;
}
dashboard.ID = cats.ID;
if (dashboard.ID == Guid.Empty) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]