--- 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) {