Project

General

Profile

« Previous | Next » 

Revision 23f982e1

Added by Katja Luther over 6 years ago

abcd import of siblings correct setting in configuration

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/AbcdImportConfiguratorWizardPage.java
190 190
		checkBoxImportSiblings.addSelectionListener(new SelectionAdapter() {
191 191
            @Override
192 192
            public void widgetSelected(SelectionEvent e) {
193
                configurator.setGetSiblings(!configurator.isGetSiblings());
193
                configurator.setGetSiblings(checkBoxImportSiblings.getSelection());
194 194
            }
195 195
        });
196 196

  

Also available in: Unified diff