Author: mir3x
Date: Tue Feb 14 09:11:29 2017
New Revision: 35028

URL: http://svn.gna.org/viewcvs/freeciv?rev=35028&view=rev
Log:
Qt client - Changed manual switching to PAGE_START only from PAGE_NETWORK.

See gna bug #25486


Modified:
    branches/S3_0/client/gui-qt/gui_main.cpp

Modified: branches/S3_0/client/gui-qt/gui_main.cpp
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S3_0/client/gui-qt/gui_main.cpp?rev=35028&r1=35027&r2=35028&view=diff
==============================================================================
--- branches/S3_0/client/gui-qt/gui_main.cpp    (original)
+++ branches/S3_0/client/gui-qt/gui_main.cpp    Tue Feb 14 09:11:29 2017
@@ -254,8 +254,7 @@
 **************************************************************************/
 void qtg_real_conn_list_dialog_update()
 {
-  if (qtg_get_current_client_page() < PAGE_GAME
-      && qtg_get_current_client_page() != PAGE_START) {
+  if (qtg_get_current_client_page() == PAGE_NETWORK) {
     qtg_real_set_client_page(PAGE_START);
   }
   gui()->update_start_page();


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to