fix #6084: check if areas are selected in preferences before open the distribution...
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / view / checklist / ChecklistEditor.java
index 992f9d285c1976bc81f07531a1c8fcd4f00505aa..fda70e878a2e40649782563275cb74168ff02478 100644 (file)
@@ -228,6 +228,7 @@ public class ChecklistEditor extends EditorPart implements ISelectionListener, I
         selectionService.addSelectionListener(this);
         viewer = new TableViewer(parent, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL | SWT.FULL_SELECTION);
         labelProvider = new ChecklistLabelProvider(this.viewer);
+        
         terms = labelProvider.getNamedAreas();
         if (terms == null){
                        MessagingUtils.informationDialog("No Areas to display", "Please choose the areas you want to display. "