gbrainy r320 - trunk/src



Author: jmas
Date: Thu May  8 18:31:10 2008
New Revision: 320
URL: http://svn.gnome.org/viewvc/gbrainy?rev=320&view=rev

Log:
Use button Memory

Modified:
   trunk/src/PlayerHistoryDialog.cs

Modified: trunk/src/PlayerHistoryDialog.cs
==============================================================================
--- trunk/src/PlayerHistoryDialog.cs	(original)
+++ trunk/src/PlayerHistoryDialog.cs	Thu May  8 18:31:10 2008
@@ -167,7 +167,7 @@
 				cr.Stroke ();
 			}
 
-			if (dlg.checkbutton_memory.Active) { // Total			
+			if (dlg.checkbutton_total.Active) { // Total			
 				cr.Color = total_color;
 				cr.MoveTo (x, area_h - (area_h * history.Games[0].total_score / 100));
 				for (int i = 1; i < history.Games.Count; i++)



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