diff Lists.lua @ 72:9e5b0a2368ad

Big progress towards GUI usefulness and communication between clients
author John@Yosemite-PC
date Sat, 07 Apr 2012 13:35:57 -0400
parents d5e2dfe0c269
children 39be9328acd0
line wrap: on
line diff
--- a/Lists.lua	Tue Apr 03 23:23:22 2012 -0400
+++ b/Lists.lua	Sat Apr 07 13:35:57 2012 -0400
@@ -615,7 +615,7 @@
     return ctime
 end
 
-function SetChangeListener(object)
+function SetChangeListener(object) -- todo: holy tits this needs to go
     changeListener = object -- todo: needs correctness checking, at a minimum
 end
 function InitiateChange(finalizeAction,acceptor,arg)