10493 - add missing change to pnp backport RCL_2_4
authordadubrow
Fri, 05 Feb 2010 07:38:12 -0600
branchRCL_2_4
changeset 895 ba188c4d4120
parent 891 067c6d734171
child 897 702ac8834c87
10493 - add missing change to pnp backport
debuggercdi/com.nokia.cdt.debug.cw.symbian/src/com/nokia/cdt/debug/cw/symbian/SettingsData.java
--- a/debuggercdi/com.nokia.cdt.debug.cw.symbian/src/com/nokia/cdt/debug/cw/symbian/SettingsData.java	Wed Feb 03 14:10:01 2010 -0600
+++ b/debuggercdi/com.nokia.cdt.debug.cw.symbian/src/com/nokia/cdt/debug/cw/symbian/SettingsData.java	Fri Feb 05 07:38:12 2010 -0600
@@ -483,7 +483,7 @@
 		configuration.setAttribute(RemoteConnectionsTRKHelper.USES_REMOTE_CONNECTIONS_ATTRIBUTE, true);
 		IConnection defaultConnection = RemoteConnectionsTRKHelper.getFirstCompatibleConnection();
 		if (defaultConnection != null)
-			configuration.setAttribute(RemoteConnectionsTRKHelper.CONNECTION_ATTRIBUTE, defaultConnection.getIdentifier());
+			RemoteConnectionsTRKHelper.setRemoteConnectionAttribute(configuration, defaultConnection);
 	}
 	
 	public static void setFileTransferTab(ILaunchConfigurationWorkingCopy configuration, IProject project) {