]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/toplevel.cpp
Check encoding names case insensitively
[wxWidgets.git] / src / gtk / toplevel.cpp
index 439133d152c7e71da87c3e776ee5e584e69e79d2..9cb498724324fb7b5329ac54d6f5b2e39b24494c 100644 (file)
@@ -173,7 +173,7 @@ static gint gtk_frame_focus_in_callback( GtkWidget *widget,
     event.SetEventObject(g_activeFrame);
     g_activeFrame->GetEventHandler()->ProcessEvent(event);
 
-    return FALSE;
+    return TRUE;
 }
 }
 
@@ -208,7 +208,7 @@ static gint gtk_frame_focus_out_callback( GtkWidget *widget,
         g_activeFrame = NULL;
     }
 
-    return FALSE;
+    return TRUE;
 }
 }