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 313741 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/ui/internal/net/Activator.java (-1 / +8 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2007, 2008 IBM Corporation and others.
2
 * Copyright (c) 2007, 2010 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 52-55 Link Here
52
		super.stop(context);
52
		super.stop(context);
53
	}
53
	}
54
54
55
	protected void savePreferenceStore() {
56
		// Do nothing, calling super.savePreferenceStore() during platform
57
		// startup might cause workspace location to be set to default.
58
		// As a result workspace selection dialog is not shown.
59
		// See https://bugs.eclipse.org/bugs/show_bug.cgi?id=313741.
60
    }
61
55
}
62
}

Return to bug 313741