View | Details | Raw Unified | Return to bug 192725 | Differences between
and this patch

Collapse All | Expand All

(-)UI/org/eclipse/rse/internal/ui/view/search/SystemSearchTableView.java (+9 lines)
Lines 146-151 Link Here
146
									}
146
									}
147
								}
147
								}
148
							}
148
							}
149
							
150
							// If the deleted object is part of an archive it might be
151
							// visible in the search view, but not part of the result set
152
							Widget widget = findItem(dchild);
153
							if (widget != null)
154
							{
155
								Object data = widget.getData();
156
								remove(data);
157
							}
149
						}
158
						}
150
					}
159
					}
151
160

Return to bug 192725