[LON-CAPA-cvs] cvs: loncom / loncnew
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 17 Jan 2005 20:35:14 -0000
albertel Mon Jan 17 15:35:14 2005 EDT
Modified files:
/loncom loncnew
Log:
- the status might change throught the course of a Tick in a way that causes Tick()s to stop
so need to update also at the end
Index: loncom/loncnew
diff -u loncom/loncnew:1.65 loncom/loncnew:1.66
--- loncom/loncnew:1.65 Tue Oct 5 07:16:57 2004
+++ loncom/loncnew Mon Jan 17 15:35:14 2005
@@ -2,7 +2,7 @@
# The LearningOnline Network with CAPA
# lonc maintains the connections to remote computers
#
-# $Id: loncnew,v 1.65 2004/10/05 11:16:57 foxr Exp $
+# $Id: loncnew,v 1.66 2005/01/17 20:35:14 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -419,6 +419,7 @@
$KeyMode = "";
$clock_watcher->cancel();
}
+ &UpdateStatus();
}
=pod