diff --git a/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/search/DStoreSearchResultConfiguration.java b/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/search/DStoreSearchResultConfiguration.java index 7c27a7fad5f..d134e2d221c 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/search/DStoreSearchResultConfiguration.java +++ b/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/search/DStoreSearchResultConfiguration.java @@ -13,6 +13,7 @@ * * Contributors: * {Name} (company) - description of contribution. + * David McKnight (IBM) [190010] need domain lister to keep uptodate with changed status *******************************************************************************/ package org.eclipse.rse.internal.services.dstore.search; @@ -36,8 +37,8 @@ public abstract class DStoreSearchResultConfiguration extends AbstractSearchResu public void setStatusObject(DataElement status) { _status = status; - // don't need this anymore - //_status.getDataStore().getDomainNotifier().addDomainListener(this); + // need this to keep track of updated status + _status.getDataStore().getDomainNotifier().addDomainListener(this); } public DataElement getStatusObject()