1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-11 10:15:39 +02:00

Bug 225650 - Fixed an assertion failed error related to calling a label update's done() twice.

This commit is contained in:
Pawel Piech 2009-03-11 16:35:32 +00:00
parent a64a9ce3a1
commit 273d6050bd

View file

@ -107,7 +107,6 @@ public class PropertiesBasedLabelProvider
@Override @Override
protected void handleCompleted() { protected void handleCompleted() {
updateLabel(labelUpdate, getStatus(), getData()); updateLabel(labelUpdate, getStatus(), getData());
labelUpdate.done();
} }
}); });
} }