tasque r134 - in trunk: . src



Author: sharm
Date: Wed Oct  8 13:49:29 2008
New Revision: 134
URL: http://svn.gnome.org/viewvc/tasque?rev=134&view=rev

Log:
* tasque/src/RemoteControl.cs: Add comment about need for review.

Modified:
   trunk/ChangeLog
   trunk/src/RemoteControl.cs

Modified: trunk/src/RemoteControl.cs
==============================================================================
--- trunk/src/RemoteControl.cs	(original)
+++ trunk/src/RemoteControl.cs	Wed Oct  8 13:49:29 2008
@@ -222,7 +222,8 @@
 			ITask task = GetTaskById (id);
 			return task != null ? (int) task.State : -1;
 		}
-		
+
+		// TODO: Review this, see bug #555028.
 //		/// <summary>
 //		/// Marks a task complete
 //		/// </summary>



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