diff options
author | Teodor Madan | 2015-01-28 15:42:26 +0000 |
---|---|---|
committer | Teodor Madan | 2015-01-29 07:50:51 +0000 |
commit | 196d978624fcb25c379728d10ddfa50be16b6c5d (patch) | |
tree | 34ef832e26221e9166e1a720d8bb7e14c851d540 /cross | |
parent | d95f95521e3578eee49b036ad457c5af8c682924 (diff) | |
download | org.eclipse.cdt-196d978624fcb25c379728d10ddfa50be16b6c5d.tar.gz org.eclipse.cdt-196d978624fcb25c379728d10ddfa50be16b6c5d.tar.xz org.eclipse.cdt-196d978624fcb25c379728d10ddfa50be16b6c5d.zip |
Bug 458650 - NPE when creating a "C/C++ Remote Application" launch
config
Change-Id: I72f48aa4fa7b46e0d5ba5e5e8f6e4877269ea7f5
Signed-off-by: Teodor Madan <teodor.madan@freescale.com>
Diffstat (limited to 'cross')
-rw-r--r-- | cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/tabs/RemoteCDSFMainTab.java | 6 |
1 files changed, 2 insertions, 4 deletions
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 8aa813071f0..64f12594329 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, 2014 PalmSource, Inc. and others. + * Copyright (c) 2006, 2015 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,8 +224,6 @@ public class RemoteCDSFMainTab extends CMainTab { handleRemoteConnectionPropertiesSelected(); } }); - - updateConnectionPulldown(); } /* @@ -698,7 +696,7 @@ public class RemoteCDSFMainTab extends CMainTab { updateTargetProgFromConfig(config); updateSkipDownloadFromConfig(config); - updateConnectionButtons(); + updateConnectionPulldown(); isInitializing = false; } |