Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 137527 | Differences between
and this patch

Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/presentations/util/PresentablePartFolder.java (+2 lines)
Lines 171-176 Link Here
171
        Assert.isTrue(!folder.getControl().isDisposed());
171
        Assert.isTrue(!folder.getControl().isDisposed());
172
172
173
        if (getTab(part) != null) {
173
        if (getTab(part) != null) {
174
        	if(indexOf(part) != idx)
175
        		move(part, idx);
174
            return;
176
            return;
175
        }
177
        }
176
178

Return to bug 137527