Fix typo introduced in 67ae665.

This commit is contained in:
John Chilton
2015-01-12 15:36:05 -05:00
parent f1fc840a5f
commit 680f6a0654
+1 -1
View File
@@ -394,7 +394,7 @@ class AbstractToolBox( object, Dictifiable ):
section.elems.stub_label( section_id )
self._integrated_tool_panel.append_section( key, section )
elif elem.tag == 'label':
section.stub_label( key )
self._integrated_tool_panel.stub_label( key )
def _write_integrated_tool_panel_config_file( self ):
"""