Project

General

Profile

« Previous | Next » 

Revision fdefb4bc

Added by Patrick Plitzner over 7 years ago

Fix possible widget is disposed exception

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/TaxonNavigator.java
174 174
			    getConversationHolder().commit();
175 175
			}
176 176
		}
177
		getCommonViewer().refresh();
177
		if(!getCommonViewer().getTree().isDisposed()){
178
		    getCommonViewer().refresh();
179
		}
178 180
	}
179 181

  
180 182
	   /**

Also available in: Unified diff