X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/7a201620482ca3f6061436e1f740e1b5ff495425..68210888bf7afe27f6464560b1f35e2312601bb3:/disobedience/login.c diff --git a/disobedience/login.c b/disobedience/login.c index b1047d6..c9bf826 100644 --- a/disobedience/login.c +++ b/disobedience/login.c @@ -163,6 +163,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 */ }