X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/5aff007d8fcfb4c6cc3c3627ae15f45562db7a0d..e9a7265963ea7d87042645e209b0397ed136c6c6:/disobedience/client.c diff --git a/disobedience/client.c b/disobedience/client.c index 283ce8a..d81aac2 100644 --- a/disobedience/client.c +++ b/disobedience/client.c @@ -120,7 +120,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)); - menu_update(-1); gtk_label_set_text(GTK_LABEL(report_label), msg); } @@ -148,7 +147,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), ""); - menu_update(-1); } /** @brief Repoort an unhandled protocol-level error to the user */