core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/extension/AbstractBrowserPortalPageLayer.java
changeset 2062 4d032dc346bf
parent 2002 e9a2c2c218b4
equal deleted inserted replaced
2061:6e114e9bc527 2062:4d032dc346bf
   311 
   311 
   312 			private String getLocationURL(String value) {
   312 			private String getLocationURL(String value) {
   313 				try {
   313 				try {
   314 					new URL(value);
   314 					new URL(value);
   315 				} catch (MalformedURLException e) {
   315 				} catch (MalformedURLException e) {
   316 					value = "http://" + value;
   316 					value = "http://" + value; //$NON-NLS-1$
   317 				}
   317 				}
   318 				return value;
   318 				return value;
   319 			};
   319 			};
   320 			
   320 			
   321 			public boolean isEnabled() {
   321 			public boolean isEnabled() {