Author: mir3x
Date: Sun Aug  7 17:36:05 2016
New Revision: 33488

URL: http://svn.gna.org/viewcvs/freeciv?rev=33488&view=rev
Log:
Qt client - enable/disable QSocketNotifier

See bug #24909



Modified:
    branches/S2_6/client/gui-qt/fc_client.cpp

Modified: branches/S2_6/client/gui-qt/fc_client.cpp
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/gui-qt/fc_client.cpp?rev=33488&r1=33487&r2=33488&view=diff
==============================================================================
--- branches/S2_6/client/gui-qt/fc_client.cpp   (original)
+++ branches/S2_6/client/gui-qt/fc_client.cpp   Sun Aug  7 17:36:05 2016
@@ -421,7 +421,9 @@
 ****************************************************************************/
 void fc_client::server_input(int sock)
 {
+  server_notifier->setEnabled(false);
   input_from_server(sock);
+  server_notifier->setEnabled(true);
 }
 
 /****************************************************************************


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

Reply via email to