From: Bruno Sinou Date: Tue, 6 Sep 2011 10:14:08 +0000 (+0000) Subject: workaround for the view to start : done by mbaudier via VPN to bsinou work station X-Git-Tag: argeo-commons-2.1.30~1166 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=a845f1d7effe621e5d4b5672b3dcd6afeb372989;p=lgpl%2Fargeo-commons.git workaround for the view to start : done by mbaudier via VPN to bsinou work station git-svn-id: https://svn.argeo.org/commons/trunk@4726 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java b/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java index 19e463dee..291887f93 100644 --- a/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java +++ b/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java @@ -35,7 +35,7 @@ public class BundlesView extends ViewPart { // FIXME methodNotFound issue in RAP when built in Maven against RCP try { ColumnViewerToolTipSupport.enableFor(viewer); - } catch (Exception e) { + } catch (Error e) { //String prop = Table.ENABLE_CELL_TOOLTIP; String prop = "org.eclipse.swt.widgets.Table#enableCellToolTip"; viewer.getControl().setData(prop, Boolean.TRUE);