f-spot r4627 - in trunk: . src/Core



Author: sdelcroix
Date: Wed Nov 26 14:12:23 2008
New Revision: 4627
URL: http://svn.gnome.org/viewvc/f-spot?rev=4627&view=rev

Log:
do not intialize to default values

2008-11-26  Stephane Delcroix  <sdelcroix novell com>

	* src/Core/Delay.cs: do not initialize default values

Modified:
   trunk/ChangeLog
   trunk/src/Core/Delay.cs

Modified: trunk/src/Core/Delay.cs
==============================================================================
--- trunk/src/Core/Delay.cs	(original)
+++ trunk/src/Core/Delay.cs	Wed Nov 26 14:12:23 2008
@@ -27,7 +27,6 @@
 		public Delay (GLib.IdleHandler op) 
 		{
 			this.op += op;
-			this.interval = 0;
 		}
 
 		uint source;



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