X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/487f69b2928dad34a2167fe24e8fc4788345f48c..229d327f85abd31e64c3b06741c14b8f9233bccd:/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 */