[longomatch] Set deafult pause time to 5 seconds



commit 78af9ed646abcc6c7e84f96efd802b9e6909573c
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Aug 11 12:24:37 2012 +0200

    Set deafult pause time to 5 seconds

 LongoMatch.Core/Store/Drawing.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/Store/Drawing.cs b/LongoMatch.Core/Store/Drawing.cs
index 7a8c8a4..2a35671 100644
--- a/LongoMatch.Core/Store/Drawing.cs
+++ b/LongoMatch.Core/Store/Drawing.cs
@@ -28,6 +28,7 @@ namespace LongoMatch.Store
 	public class Drawing
 	{
 		private byte[] drawingBuf;
+		private const int DEFAULT_PAUSE_TIME = 5000;
 
 		/// <summary>
 		/// Represent a drawing in the database using a { Gdk Pixbuf} stored
@@ -36,6 +37,7 @@ namespace LongoMatch.Store
 		/// which stop time is stored in a int value
 		/// </summary>
 		public Drawing() {
+			PauseTime = DEFAULT_PAUSE_TIME;
 		}
 
 		/// <summary>



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