Index: WorkbenchWindow.java =================================================================== RCS file: /home/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java,v retrieving revision 1.288 diff -u -r1.288 WorkbenchWindow.java --- WorkbenchWindow.java 26 May 2005 01:04:31 -0000 1.288 +++ WorkbenchWindow.java 26 May 2005 08:56:52 -0000 @@ -840,7 +840,7 @@ protected void configureShell(Shell shell) { super.configureShell(shell); - detachedWindowShells = new ShellPool(shell, SWT.TOOL | SWT.TITLE | SWT.MIN | SWT.MAX | SWT.RESIZE | getDefaultOrientation()); + detachedWindowShells = new ShellPool(null, SWT.TITLE | SWT.MIN | SWT.MAX | SWT.RESIZE | getDefaultOrientation()); String title = getWindowConfigurer().basicGetTitle(); if (title != null) {