Revision fdefb4bc
Added by Patrick Plitzner almost 7 years ago
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
Fix possible widget is disposed exception