From 680f6a06541d0cbf93b00bf67828a7faa6877488 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Mon, 12 Jan 2015 15:36:05 -0500 Subject: [PATCH] Fix typo introduced in 67ae665. --- lib/galaxy/tools/toolbox/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/galaxy/tools/toolbox/base.py b/lib/galaxy/tools/toolbox/base.py index 06f89c2baff..1b20c02b1af 100644 --- a/lib/galaxy/tools/toolbox/base.py +++ b/lib/galaxy/tools/toolbox/base.py @@ -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 ): """