[longomatch/redesign2: 134/140] Fix retrieval of key drawing
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [longomatch/redesign2: 134/140] Fix retrieval of key drawing
- Date: Tue, 24 May 2011 22:07:21 +0000 (UTC)
commit 3f34e620e7be2634a223da4e4bf7d64e0896e284
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]