[longomatch] Get the active iter



commit e985492726d9913efc1134256fa23781dc0dd43b
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Aug 28 21:37:59 2011 +0200

    Get the active iter

 LongoMatch/Playlist/PlayList.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Playlist/PlayList.cs b/LongoMatch/Playlist/PlayList.cs
index 38c7c0a..583ec95 100644
--- a/LongoMatch/Playlist/PlayList.cs
+++ b/LongoMatch/Playlist/PlayList.cs
@@ -78,6 +78,7 @@ namespace LongoMatch.Playlist
 				pl = new PlayList();
 			else
 				pl = SerializableObject.Load<PlayList>(filePath);
+			pl.Filename = filename;
 			return pl; 
 		}
 



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