v3345b for I20070601-1510
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
index a20ba70..336a9a9 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
@@ -2503,7 +2503,6 @@
 
 int /*long*/ gtk_focus_out_event (int /*long*/ widget, int /*long*/ event) {
 	// widget could be disposed at this point
-//	System.out.println("gtk_focus_out_event=" + handle);
 	if (handle != 0) {
 		if (hooks (SWT.KeyDown) || hooks (SWT.KeyUp)) {
 			int /*long*/ imHandle = imHandle ();
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 6db4acf..41f47c5 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,13 @@
 Eclipse Platform Build Notes<br>
 SWT</h1>
 
+<h2> SWT Build 3.3 045b - Friday June 1, 2007 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+190262 - CCombo doesn't receive key-events  
+<br>190480 - regression: FocusOut not fired for Texts in an SWT.APPLICATION_MODAL shell  
+</blockquote>
+
 <h2> SWT Build 3.3 045a - Thursday May 31, 2007 </h2>
 <h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
 <blockquote>