more control state fiddling, starts nicely when server down now
[disorder] / disobedience / client.c
index 869bcf3..ed93d1b 100644 (file)
@@ -110,8 +110,6 @@ static void gtkclient_poll(void *u,
 static void gtkclient_comms_error(void attribute((unused)) *u,
                                  const char *msg) {
   D(("gtkclient_comms_error %s", msg));
-  /* Control buttons might have become unusable */
-  control_update();
   menu_update(-1);
   gtk_label_set_text(GTK_LABEL(report_label), msg);
 }
@@ -137,7 +135,6 @@ static void gtkclient_report(void attribute((unused)) *u,
   if(!msg)
     /* We're idle - clear the report line */
     gtk_label_set_text(GTK_LABEL(report_label), "");
-  control_update();
   menu_update(-1);
 }