connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/view/ConnectionsView.java
changeset 710 47bb893ba749
parent 706 bba29393db80
child 711 d97b8b6bce37
--- a/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/view/ConnectionsView.java	Fri Dec 18 09:54:29 2009 -0600
+++ b/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/view/ConnectionsView.java	Fri Dec 18 10:19:18 2009 -0600
@@ -189,8 +189,9 @@
 		protected void setValue(Object element, Object value) {
 			IConnection connection = (IConnection) ((TreeNode) element).getValue();
 			connection.setDisplayName(value.toString());
-			viewer.refresh(true);
-			packColumns();
+			//viewer.refresh(true);
+			//packColumns();
+			Registry.instance().updateDisplays();
 			Registry.instance().storeConnections();
 		}
 	}