Project

General

Profile

« Previous | Next » 

Revision 2f40ac9d

Added by Patrick Plitzner over 9 years ago

  • removed workbenchShutdown actions because the editor cannot be closed if they fail

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/derivateSearch/DerivateSearchView.java
102 102
     */
103 103
    @Override
104 104
    public void workbenchShutdown(IMemento memento, IProgressMonitor monitor) {
105
        if(getConversationHolder()!=null && getConversationHolder().isBound() && !getConversationHolder().isClosed()) {
106
            getConversationHolder().close();
107
        }
108 105
    }
109 106

  
110 107
    /**

Also available in: Unified diff