diff --git a/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/tabs/RemoteCDSFMainTab.java b/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/tabs/RemoteCDSFMainTab.java index 64f12594329..8aa813071f0 100644 --- a/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/tabs/RemoteCDSFMainTab.java +++ b/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/tabs/RemoteCDSFMainTab.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006, 2015 PalmSource, Inc. and others. + * Copyright (c) 2006, 2014 PalmSource, Inc. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -224,6 +224,8 @@ public class RemoteCDSFMainTab extends CMainTab { handleRemoteConnectionPropertiesSelected(); } }); + + updateConnectionPulldown(); } /* @@ -696,7 +698,7 @@ public class RemoteCDSFMainTab extends CMainTab { updateTargetProgFromConfig(config); updateSkipDownloadFromConfig(config); - updateConnectionPulldown(); + updateConnectionButtons(); isInitializing = false; }