From 45a9c337ae7708cb6f026a2caf118df61fac60b1 Mon Sep 17 00:00:00 2001 From: Edward Mann Date: Fri, 1 Feb 2008 17:35:34 +0000 Subject: [PATCH] removing nasty hack to keep the error page from displaying. Scorphus has applied the correct fix. --- .../phpeclipse/phpmanual/views/PHPManualView.java | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) 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(""); } } }); -- 1.7.1