Révision 2665
tmp/org.txm.rcp/src/main/java/org/txm/rcp/views/corpora/CorporaView.java (revision 2665) | ||
---|---|---|
345 | 345 |
|
346 | 346 |
if (result instanceof MainCorpus) { // just for this result type, pre-compute to show the corpus size |
347 | 347 |
try { |
348 |
((MainCorpus) result).compute(false);
|
|
348 |
result.compute(false);
|
|
349 | 349 |
} |
350 | 350 |
catch (InterruptedException e1) { |
351 | 351 |
// TODO Auto-generated catch block |
... | ... | |
353 | 353 |
} |
354 | 354 |
} |
355 | 355 |
|
356 |
// Status bar |
|
356 | 357 |
if (!result.hasBeenComputedOnce() && !(result instanceof Partition)) { // FIXME: SJ: tmp fix for showing Partition parts |
357 | 358 |
StatusLine.setMessage(""); |
358 | 359 |
} |
Formats disponibles : Unified diff