Parent Directory
|
Revision Log
|
Patch
revision 1202 by jonathan, Fri Jun 13 16:01:10 2003 UTC | revision 1219 by bh, Mon Jun 16 17:42:54 2003 UTC | |
---|---|---|
# | Line 256 class LayerTableGrid(TableGrid): | Line 256 class LayerTableGrid(TableGrid): |
256 | nothing. If shape or layer is None also do nothing. | nothing. If shape or layer is None also do nothing. |
257 | """ | """ |
258 | if layer is not None \ | if layer is not None \ |
259 | and layer.table is self.table.table: | and layer.ShapeStore().Table() is self.table.table: |
260 | ||
261 | self.disallow_messages() | self.disallow_messages() |
262 | try: | try: |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |