set the value from the selection
authordadubrow
Mon, 11 Jan 2010 10:07:03 -0600
changeset 755 417baed711a7
parent 754 3f20181704c2
child 756 218edd9d77f1
set the value from the selection
debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/wizard/TRKConnectionWizardPage.java
--- a/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/wizard/TRKConnectionWizardPage.java	Fri Jan 08 10:27:23 2010 -0600
+++ b/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/wizard/TRKConnectionWizardPage.java	Mon Jan 11 10:07:03 2010 -0600
@@ -100,6 +100,9 @@
 						status.getSeverity() == IStatus.WARNING ? WARNING : INFORMATION); 
 			}
 		}
+		else {
+			connection = clientSiteUI.getSelectedConnection();
+		}
     }
     
     @Override