Project

General

Profile

« Previous | Next » 

Revision 021fa6b5

Added by Niels Hoffmann over 12 years ago

Bugfix for a problem that was introduced by fixing #2545

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/AbstractEntityCollectionSection.java
59 59
	 * @param <ELEMENT> a ELEMENT object.
60 60
	 */
61 61
	public AbstractEntityCollectionSection(CdmFormFactory formFactory, ConversationHolder conversation, ICdmFormElement parentElement, String title, int style) {
62
		super(formFactory, conversation, parentElement, Section.CLIENT_INDENT | style);
62
		super(formFactory, parentElement, Section.CLIENT_INDENT | style);
63 63
		this.title = title;
64 64
		this.setText(getTitleString());
65 65
		showToolbar();

Also available in: Unified diff