X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e9e8a16d359c900f114853eb0e407a8064e4350c..36a36b6757555ede99b8b72325437a208a8d4480:/disobedience/client.c diff --git a/disobedience/client.c b/disobedience/client.c index 35c1ce7..d81aac2 100644 --- a/disobedience/client.c +++ b/disobedience/client.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2006, 2007 Richard Kettlewell + * Copyright (C) 2006, 2007, 2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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 */