~smaioli/azureus/ubuntu-experimental

« back to all changes in this revision

Viewing changes to org/gudy/azureus2/ui/swt/shells/MessageSlideShell.java

MergedĀ VuzeĀ 4.0.0.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
815
815
                                } else if (e.type == SWT.MouseUp) {
816
816
                                        if (sp != null) {
817
817
                                                URLInfo hitUrl = sp.getHitUrl(e.x, e.y);
818
 
                                                if (hitUrl != null) {
 
818
                                                if (hitUrl != null && !hitUrl.url.startsWith(":")) {
819
819
                                                        Utils.launch(hitUrl.url);
820
820
                                                }
821
821
                                        }