tasque r185 - in trunk: . RtmNet



Author: sharm
Date: Wed Dec 24 18:13:47 2008
New Revision: 185
URL: http://svn.gnome.org/viewvc/tasque?rev=185&view=rev

Log:
* tasque/RtmNet/Rtm.cs: Make lastRequestTime static, so that new Rtm
  instances obey it. Fixes problem where after authenticating RTM for
  the first time, task list came back truncated like in bug #562026.

Modified:
   trunk/ChangeLog
   trunk/RtmNet/Rtm.cs

Modified: trunk/RtmNet/Rtm.cs
==============================================================================
--- trunk/RtmNet/Rtm.cs	(original)
+++ trunk/RtmNet/Rtm.cs	Wed Dec 24 18:13:47 2008
@@ -35,7 +35,7 @@
 		private const string UserAgent = "Mozilla/4.0 RtmNet API (compatible; MSIE 6.0; Windows NT 5.1)";
 		private string lastRequest;
 		private string lastResponse;
-		private DateTime lastRequestTime;
+		private static DateTime lastRequestTime;
 
 		private WebProxy proxy;// = WebProxy.GetDefaultProxy();
 



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