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:
parent
a64a9ce3a1
commit
273d6050bd
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue