375 {
377 if ( !focused )
378 return;
379 Widget sibling = focused.GetSibling();
380 if ( !sibling )
381 return;
382
383 if ( focused.GetName() == "server_browser_list_entry_root" )
384 {
385 if ( sibling )
387 else
388 SetFocus( focused.GetParent().GetSibling().GetChildren() );
389 }
390 }