Révision 1127

tmp/org.txm.edition.rcp/src/org/txm/edition/rcp/editors/SynopticEditionEditor.java (revision 1127)
267 267
	 * Previous text.
268 268
	 */
269 269
	public void previousText(boolean fromNextText) {
270
		for(EditionPanel panel : editionPanels.values())
270
		for (EditionPanel panel : editionPanels.values())
271 271
			panel.previousText(fromNextText);
272 272
		updatePageLabel();
273 273
	}
......
552 552
		});
553 553

  
554 554
		try {
555
			
555
			// ensure all texts have build their page indexes
556
			for (Text t : corpus.getProject().getTexts()) {
557
				t.compute(null, true);
558
			}
556 559
			if (openEditions(corpus, text, editionNames)) {
557 560
				firstPage();
558 561
			}

Formats disponibles : Unified diff