1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b5c7266dbb69/ Changeset: b5c7266dbb69 User: jmchilton Date: 2015-01-12 20:36:05+00:00 Summary: Fix typo introduced in 67ae665. Affected #: 1 file diff -r 4c98158b1f031fbaee88ca7b04bf2be84cb507e9 -r b5c7266dbb69f81864d96247ff11be42246e94de lib/galaxy/tools/toolbox/base.py --- a/lib/galaxy/tools/toolbox/base.py +++ b/lib/galaxy/tools/toolbox/base.py @@ -394,7 +394,7 @@ 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 ): """ Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.