1 --- vcl/unx/gtk/a11y/atkutil.cxx.old 2009-04-02 10:44:27.000000000 +0000
2 +++ vcl/unx/gtk/a11y/atkutil.cxx 2009-04-06 16:42:09.000000000 +0000
3 @@ -587,6 +587,7 @@ static void handle_menu_highlighted(::Vc
5 long WindowEventHandler(void *, ::VclSimpleEvent const * pEvent)
8 switch (pEvent->GetId())
10 case VCLEVENT_WINDOW_SHOW:
11 @@ -658,6 +659,10 @@ long WindowEventHandler(void *, ::VclSim
12 // OSL_TRACE("got event %d \n", pEvent->GetId());
15 + } catch(lang::IndexOutOfBoundsException e)
17 + g_warning("Focused object has invalid index in parent");