X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/2c34878904d76d323b4698fe705c5f9d002e65f8..bd8895a87731c72190ea2012f36583f796d4181a:/disobedience/client.c diff --git a/disobedience/client.c b/disobedience/client.c index 8539221..12dfcb2 100644 --- a/disobedience/client.c +++ b/disobedience/client.c @@ -154,7 +154,7 @@ static void gtkclient_report(void attribute((unused)) *u, void popup_protocol_error(int attribute((unused)) code, const char *msg) { gtk_label_set_text(GTK_LABEL(report_label), msg); - popup_error(msg); + popup_msg(GTK_MESSAGE_ERROR, msg); } /** @brief Table of eclient callbacks */