X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e18c4734744e56b738ca2918dffe071f95f4c14b..7a201620482ca3f6061436e1f740e1b5ff495425:/disobedience/login.c diff --git a/disobedience/login.c b/disobedience/login.c index 18afce4..b1047d6 100644 --- a/disobedience/login.c +++ b/disobedience/login.c @@ -27,6 +27,10 @@ * window remains. * * It you hit Cancel then the window disappears without saving anything. + * + * TODO + * - escape and return should work + * - cancel/close should be consistent with properties */ #include "disobedience.h" @@ -153,7 +157,7 @@ static void login_ok(GtkButton attribute((unused)) *button, if(!disorder_connect(c)) { /* Success; save the config and start using it */ login_save_config(); - reset(); + logged_in(); /* Pop down login window */ gtk_widget_destroy(login_window); } else {