1 |
|
2003-11-18 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Lib/connector.py (Publisher): Introdcue a new flag, |
4 |
|
_was_destroyed, to indicate whether an publisher instance has |
5 |
|
already been destroyed. |
6 |
|
(Publisher.Unsubscribe): Only disconnect if the publisher has not |
7 |
|
been destroyed yet. |
8 |
|
(Publisher.Destroy): Set the _was_destroyed flag to true. |
9 |
|
|
10 |
|
* test/test_connector.py |
11 |
|
(TestPublisher.test_unsubscribe_after_destroy): New. Test that |
12 |
|
calling Unsubscribe after Destroy doesn't raise an exception |
13 |
|
|
14 |
2003-11-14 Bernhard Herzog <[email protected]> |
2003-11-14 Bernhard Herzog <[email protected]> |
15 |
|
|
16 |
* Thuban/UI/identifyview.py (IdentifyView.selected_shape): Fix |
* Thuban/UI/identifyview.py (IdentifyView.selected_shape): Fix |