Révision 1917

tmp/org.txm.annotation.rcp/src/org/txm/annotation/rcp/editor/AnnotationExtension.java (revision 1917)
143 143
					CorporaView.refresh();
144 144
				}
145 145

  
146
				// there is something to save AND
147 146
				if (needToUpdateIndexes) {
148 147
					JobHandler job = new JobHandler("Updating corpus editions and indexes", true) {
149 148

  
tmp/org.txm.annotation.kr.rcp/src/org/txm/annotation/kr/rcp/concordance/WordAnnotationToolbar.java (revision 1917)
257 257
			@Override
258 258
			public void run() {
259 259
				try {
260
					annotationColumn.setText("*"+typesList.get(0).getName());
260
					annotationColumn.setText("*"+annotations.getViewAnnotation().getName());
261 261
					editor.refresh(false);
262 262
				} catch (Exception e) {
263 263
					// TODO Auto-generated catch block
......
295 295
			@Override
296 296
			public void run() {
297 297
				try {
298
					annotationColumn.setText("*"+typesList.get(0).getName());
298
					annotationColumn.setText("*"+annotations.getViewAnnotation().getName());
299 299
					editor.refresh(false);
300 300
				} catch (Exception e) {
301 301
					// TODO Auto-generated catch block

Formats disponibles : Unified diff