From: Edward Mann Date: Fri, 1 Feb 2008 17:35:34 +0000 (+0000) Subject: removing nasty hack to keep the error page from displaying. Scorphus has applied... X-Git-Url: http://git.phpeclipse.com?hp=1d399fdcd48035183f1e07669cd6ddef90077c8c removing nasty hack to keep the error page from displaying. Scorphus has applied the correct fix. --- diff --git a/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java b/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java index ed0ef3e..984fcd8 100644 --- a/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java +++ b/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java @@ -110,11 +110,6 @@ public class PHPManualView extends ViewPart implements INullSelectionListener, I showLinkReference(func); event.doit = false; } - } else if (loc.startsWith("jar:")) { - // TODO find a better way of not showing the location error page. This is a cheap trick - // to keep the page from showing. - // ed_mann - browser.setText(""); } } });