workaround for the view to start : done by mbaudier via VPN to bsinou work station
authorBruno Sinou <bsinou@argeo.org>
Tue, 6 Sep 2011 10:14:08 +0000 (10:14 +0000)
committerBruno Sinou <bsinou@argeo.org>
Tue, 6 Sep 2011 10:14:08 +0000 (10:14 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4726 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java

index 19e463dee147a33c1e1664c7743c8fb27787c52e..291887f93d87f51c207529d3921983f24101c4ce 100644 (file)
@@ -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);