[longomatch] Fix compilation error



commit f0e4fe38e082b9e0a16ddeb878f9bdea12d43326
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Sep 22 23:36:57 2009 +0200

    Fix compilation error

 LongoMatch/Handlers/EventsManager.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Handlers/EventsManager.cs b/LongoMatch/Handlers/EventsManager.cs
index fec1f34..de8d31f 100644
--- a/LongoMatch/Handlers/EventsManager.cs
+++ b/LongoMatch/Handlers/EventsManager.cs
@@ -221,7 +221,7 @@ namespace LongoMatch
 			foreach (int player in tNode.VisitorPlayers)
 				visitorPlayersList.DeleteTimeNode(tNode,player);
 			openedProject.DeleteTimeNode(tNode,section);
-			player.CloseActualSegment();
+			this.player.CloseActualSegment();
 			timeline.QueueDraw();
 			MainClass.DB.UpdateProject(openedProject);			
 		}



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