fix where prerequisites checked and no errors
authorChad Peckham <chad.peckham@nokia.com>
Fri, 29 Jan 2010 17:13:00 -0600
changeset 852 fdbb711fea6d
parent 851 d2a19f32069e
child 853 6c8527cdaa2e
fix where prerequisites checked and no errors
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();
 		}
 	}