X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/6bdbecc264d37e4ec3d941db7ba0fcac0f6c1783..8f9ab2f6a7cde1199518d5f114158610154ccbfe:/disobedience/login.c diff --git a/disobedience/login.c b/disobedience/login.c index df82672..7cb64c9 100644 --- a/disobedience/login.c +++ b/disobedience/login.c @@ -162,6 +162,8 @@ static void login_ok(GtkButton attribute((unused)) *button, } else { /* Failed to connect - report the error */ popup_msg(GTK_MESSAGE_ERROR, disorder_last(c)); + /* TODO it would be nice to restore the config (not the entry contents!) to + * the last known good one if we were already connected to something. */ } disorder_close(c); /* no use for this any more */ }