365 {
367 if ( !focused )
368 return;
369 Widget sibling = focused.GetSibling();
370 if ( !sibling )
371 return;
372
373 if ( focused.GetName() == "server_browser_list_entry_root" )
374 {
375 if ( sibling )
377 else
378 SetFocus( focused.GetParent().GetSibling().GetChildren() );
379 }
380 }