# HG changeset patch # User nemo # Date 1351005248 14400 # Node ID c7f5c3bd7f8c959ab807dbc27633d1964537f10b # Parent 7222dd8555403c15c10863928500bae380447c08 Ok. Seems to me if you disconnect on any page, you should go to the main net page, since presumably you were in some part of net play. I think this should avoid ending up in a "lobby" after disconnecting diff -r 7222dd855540 -r c7f5c3bd7f8c QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Tue Oct 23 15:52:06 2012 +0100 +++ b/QTfrontend/hwform.cpp Tue Oct 23 11:14:08 2012 -0400 @@ -1286,7 +1286,7 @@ ShowErrorMessage(errorStr); } if (ui.Pages->currentIndex() != ID_PAGE_NET) - GoBack(); + GoToPage(ID_PAGE_NET); } void HWForm::NetConnected()