chiark / gitweb /
friendlier login details saving
[disorder] / disobedience / client.c
index 8539221c11dc69440c21479a9d06276848dc34c1..12dfcb214e58693e17b8da206fdab75d5798a015 100644 (file)
@@ -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 */