[longomatch/redesign3: 133/143] Fix retrieval of key drawing
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign3: 133/143] Fix retrieval of key drawing
- Date: Mon, 15 Aug 2011 22:56:22 +0000 (UTC)
commit d40865c86ca7369fed1dee2f0c1136d269f1f8a5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Apr 27 23:16:19 2011 +0200
Fix retrieval of key drawing
LongoMatch/Store/Play.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Store/Play.cs b/LongoMatch/Store/Play.cs
index ffa6feb..5e02666 100644
--- a/LongoMatch/Store/Play.cs
+++ b/LongoMatch/Store/Play.cs
@@ -126,7 +126,7 @@ namespace LongoMatch.Store
public Drawing KeyFrameDrawing {
get {
if(Drawings.Count > 0)
- return Drawings[0];
+ return Drawings.ElementAt(0).Value;
else
return null;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]