1 |
2003-06-10 Bernhard Herzog <[email protected]> |
2003-06-10 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/tableview.py (LayerTableFrame.__init__): Subscribe to |
4 |
|
the messages MAP_LAYERS_REMOVED messages |
5 |
|
(LayerTableFrame.OnClose): Unsubscribe from it. |
6 |
|
(LayerTableFrame.map_layers_removed): New. Receiver for |
7 |
|
MAP_LAYERS_REMOVED. Close the dialog when the layer whose the |
8 |
|
dialog is showing is removed. |
9 |
|
|
10 |
|
2003-06-10 Bernhard Herzog <[email protected]> |
11 |
|
|
12 |
* Thuban/Lib/connector.py (Connector.Issue): Iterate over a copy |
* Thuban/Lib/connector.py (Connector.Issue): Iterate over a copy |
13 |
of the receivers list so that unsubscribing in a receiver doesn't |
of the receivers list so that unsubscribing in a receiver doesn't |
14 |
modify it while iterating over it. |
modify it while iterating over it. |