[longomatch] Initialize playlist elements as Valid



commit c22b9a9d3ccf97319216ed2374df50900b22286c
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Aug 28 20:13:35 2011 +0200

    Initialize playlist elements as Valid

 LongoMatch/Store/PlayListPlay.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Store/PlayListPlay.cs b/LongoMatch/Store/PlayListPlay.cs
index 2e5d665..529e68b 100644
--- a/LongoMatch/Store/PlayListPlay.cs
+++ b/LongoMatch/Store/PlayListPlay.cs
@@ -35,6 +35,7 @@ namespace LongoMatch.Store
 		#region Constructors
 		public PlayListPlay()
 		{
+			Valid = true;
 		}
 		#endregion
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]