/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/identifyview.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/identifyview.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 51 by bh, Mon Sep 10 16:04:43 2001 UTC revision 66 by bh, Fri Sep 14 14:56:45 2001 UTC
# Line 18  from messages import SELECTED_SHAPE Line 18  from messages import SELECTED_SHAPE
18  class IdentifyListCtrl(RecordListCtrl):  class IdentifyListCtrl(RecordListCtrl):
19    
20      def selected_shape(self, layer, shape):      def selected_shape(self, layer, shape):
21          self.fill_list(layer.shapetable, shape)          if layer is not None:
22                table = layer.shapetable
23            else:
24                table = None
25            self.fill_list(table, shape)
26    
27    
28  class IdentifyView(NonModalDialog):  class IdentifyView(NonModalDialog):

Legend:
Removed from v.51  
changed lines
  Added in v.66

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26