# HG changeset patch # User Chad Peckham # Date 1264806780 21600 # Node ID fdbb711fea6d8771282eb7b12c2df95bc5b202f7 # Parent d2a19f32069e9659bfdf5173171006d4b21bb1ec fix where prerequisites checked and no errors diff -r d2a19f32069e -r fdbb711fea6d connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/RemoteConnectionsActivator.java --- a/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/RemoteConnectionsActivator.java Fri Jan 29 15:55:46 2010 -0600 +++ b/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/RemoteConnectionsActivator.java Fri Jan 29 17:13:00 2010 -0600 @@ -121,6 +121,9 @@ loadAndStartDeviceDiscoveryAgents(); } }); + } else { + // now load and start agents for real + loadAndStartDeviceDiscoveryAgents(); } }