# HG changeset patch # User dadubrow # Date 1265377313 21600 # Node ID d87db485e18296febdb085c82340c84de725a949 # Parent 067c6d73417138e0f4e3c2c69393932a65ccd5a7 10625 - add missing change to pnp backport diff -r 067c6d734171 -r d87db485e182 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:41:53 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) {