mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
bug 485170 - wrong request monitor passed in
DefaultVMProxyStrategy#buildChildDeltasForEventContext() Change-Id: Ief972f99581b467e4a19495a989240cf7b7f522d
This commit is contained in:
parent
e6a4fe47b3
commit
d4c89d2341
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
* IBM Corporation - initial API and implementation
|
* IBM Corporation - initial API and implementation
|
||||||
* Wind River Systems - adapted to use with DSF
|
* Wind River Systems - adapted to use with DSF
|
||||||
* Dobrin Alexiev (Texas Instruments) - user groups support (bug 240208)
|
* Dobrin Alexiev (Texas Instruments) - user groups support (bug 240208)
|
||||||
|
* Marc Dumais (Ericsson) - bug 485170
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.dsf.ui.viewmodel;
|
package org.eclipse.cdt.dsf.ui.viewmodel;
|
||||||
|
|
||||||
|
@ -528,7 +529,7 @@ public class DefaultVMModelProxyStrategy implements IVMModelProxy {
|
||||||
if (delta == null) {
|
if (delta == null) {
|
||||||
delta = parentDelta.addNode(vmc, IModelDelta.NO_CHANGE);
|
delta = parentDelta.addNode(vmc, IModelDelta.NO_CHANGE);
|
||||||
}
|
}
|
||||||
callChildNodesToBuildDelta(node, childNodesWithDeltaFlags, delta, event, rm);
|
callChildNodesToBuildDelta(node, childNodesWithDeltaFlags, delta, event, countingRm);
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
countingRm.setDoneCount(count);
|
countingRm.setDoneCount(count);
|
||||||
|
|
Loading…
Add table
Reference in a new issue