##// END OF EJS Templates
wrong callback
Sylvain Corlay -
Show More
@@ -274,7 +274,7 b' class unilink(object):'
274 setattr(obj, attr, new)
274 setattr(obj, attr, new)
275
275
276 def unlink(self):
276 def unlink(self):
277 self.source[0].on_trait_change(self.update, self.source[1], remove=True)
277 self.source[0].on_trait_change(self._update, self.source[1], remove=True)
278 self.source = None
278 self.source = None
279 self.targets = []
279 self.targets = []
280
280
General Comments 0
You need to be logged in to leave comments. Login now