Changeset 3716
- Timestamp:
- 06/27/08 00:24:39 (8 weeks ago)
- Files:
-
- 1 modified
-
trunk/opus_gui/results/resultManagerBase.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/opus_gui/results/resultManagerBase.py
r3690 r3716 121 121 viz_name = selected_index.internalPointer().node().toElement().tagName() 122 122 _, params = self.xml_helper.get_element_attributes(node_name = viz_name, 123 child_attributes = ['visualization_type']) 123 child_attributes = ['visualization_type'], 124 node_type = 'batch_visualization') 124 125 visualization_type = params['visualization_type'] 125 126
