Show More
@@ -274,7 +274,7 b' class unilink(object):' | |||
|
274 | 274 | setattr(obj, attr, new) |
|
275 | 275 | |
|
276 | 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 | 278 | self.source = None |
|
279 | 279 | self.targets = [] |
|
280 | 280 |
General Comments 0
You need to be logged in to leave comments.
Login now