chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more control state fiddling, starts nicely when server down now
[disorder]
/
disobedience
/
client.c
diff --git
a/disobedience/client.c
b/disobedience/client.c
index 869bcf3db148d8592eb0d54766b610cc9e4d761e..ed93d1b076f3faf6450543e619dd18a089efbb34 100644
(file)
--- a/
disobedience/client.c
+++ b/
disobedience/client.c
@@
-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));
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);
}
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), "");
if(!msg)
/* We're idle - clear the report line */
gtk_label_set_text(GTK_LABEL(report_label), "");
- control_update();
menu_update(-1);
}
menu_update(-1);
}