Project

General

Profile

« Previous | Next » 

Revision c4dcde9b

Added by Niels Hoffmann about 12 years ago

Removed all calls to active menu selection (fixes #1106)

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/handler/SetMergeTargetHandler.java
51 51
					(LineAnnotationModel) provider.getAnnotationModel(input);
52 52
			IDocument document = provider.getDocument(input);
53 53
			
54
			ISelection selection = HandlerUtil.getActiveMenuSelection(event);
54
			ISelection selection = HandlerUtil.getCurrentSelection(event);
55 55
			if (selection instanceof TextSelection) {
56 56
				Annotation annotation = null;
57 57
				

Also available in: Unified diff