mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[225959] Added a call to complete updates in case of missing property provider.
This commit is contained in:
parent
b14f86c070
commit
9ffecad0c8
1 changed files with 2 additions and 1 deletions
|
@ -175,6 +175,7 @@ public class PropertyBasedLabelProvider
|
|||
if (propertiesProvider == null) {
|
||||
for (ILabelUpdate update : labelUpdates) {
|
||||
update.setStatus(new Status(IStatus.ERROR, DsfUIPlugin.PLUGIN_ID, "Properties-based label provider " + this + " failed to generate a label, no properties provider registered for element: " + labelUpdates[0].getElement())); //$NON-NLS-1$ //$NON-NLS-2$
|
||||
update.done();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue