[gbrainy] Calls the property instead of the variable to make sure that the file was previously loaded



commit 3da08280811e82c76dc700d83013008d82f35afa
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Sep 26 11:50:21 2009 +0200

    Calls the property instead of the variable to make sure that the file was previously loaded

 src/PlayerHistory.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/PlayerHistory.cs b/src/PlayerHistory.cs
index e6d996c..ea5b32b 100644
--- a/src/PlayerHistory.cs
+++ b/src/PlayerHistory.cs
@@ -61,7 +61,7 @@ public class PlayerHistory
 
 	public void Clean ()
 	{
-		games.Clear ();
+		Games.Clear ();
 		Save ();
 	}
 



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