--- a/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/view/DescriptionLabelProvider.java Thu Sep 16 09:25:20 2010 -0500
+++ b/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/view/DescriptionLabelProvider.java Thu Sep 16 10:15:59 2010 -0500
@@ -108,7 +108,8 @@
break;
case SWT.MouseDown:
String linkHRef = getLinkHRef(event);
- handleLinkClicked(linkHRef, event);
+ if (linkHRef != null)
+ handleLinkClicked(linkHRef, event);
break;
default:
}