--- plugins/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java 2006-07-01 14:58:26.780512688 +0100 +++ plugins/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java 2006-07-01 14:44:35.000000000 +0100 @@ -458,9 +458,9 @@ */ boolean xFocus = false; if (activeShell != null) { - if (OS.GTK_VERSION < OS.VERSION (2, 6, 8)) { +/* if (OS.GTK_VERSION < OS.VERSION (2, 6, 8)) { xFocus = activeShell.isUndecorated (); - } + }*/ //Three lines removed to fix Debian bug - TH display.activeShell = null; display.activePending = true; }