X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2c34878904d76d323b4698fe705c5f9d002e65f8..043d60b14ea6b3a5aa20b541e0db31433564e662:/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 */