Merge branch 'develop' into LibrAlign
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / element / SelectionArbitrator.java
index 8644a166f673f403c26ecf3893928ae3dcb78a6c..6c8265728fadc6b3f1177ae11f07277f9f15be39 100644 (file)
@@ -1,4 +1,3 @@
-// $Id$
 /**
 * Copyright (C) 2007 EDIT
 * European Distributed Institute of Taxonomy 
@@ -25,8 +24,7 @@ import org.eclipse.swt.events.SelectionListener;
 import org.eclipse.swt.widgets.Control;
 import org.eclipse.swt.widgets.Widget;
 
-import eu.etaxonomy.taxeditor.store.StoreUtil;
-import eu.etaxonomy.taxeditor.ui.campanula.compatibility.ICdmFormElement;
+import eu.etaxonomy.taxeditor.model.MessagingUtils;
 
 
 /**
@@ -143,7 +141,7 @@ public class SelectionArbitrator implements SelectionListener, ISelectionChanged
                try{
                entityElement.setSelected(false);
                }catch(SWTException e){
-                       StoreUtil.error(getClass(), "Widgets of element are disposed", e);
+                       MessagingUtils.error(getClass(), "Widgets of element are disposed", e);
                }
                ISelection selection = event.getSelection();            
                if(selection != null && selection instanceof StructuredSelection){