[noctool-cvs] CVS source

imattsson imattsson at common-lisp.net
Mon Sep 22 05:49:24 UTC 2008


Update of /project/noctool/cvsroot/source
In directory clnet:/tmp/cvs-serv18168

Modified Files:
	graphing.lisp 
Log Message:
IM

Package-prefix change.


--- /project/noctool/cvsroot/source/graphing.lisp	2008/07/22 18:54:45	1.7
+++ /project/noctool/cvsroot/source/graphing.lisp	2008/09/22 05:49:24	1.8
@@ -116,7 +116,7 @@
   (bump-ix graph short-ix)
   (when (proxies graph)
     (loop for proxy in (proxies graph)
-	  do (noctool-network:graph-update proxy id (id graph) value))))
+	  do (noctool-network:graph-update proxy id (noctool:id graph) value))))
 
 (defmethod add-value :after (graph value)
   (setf (last-updated graph) (get-universal-time)))




More information about the noctool-cvs mailing list