[longomatch] Fix compilation error
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [longomatch] Fix compilation error
- Date: Tue, 22 Sep 2009 22:17:42 +0000 (UTC)
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]