X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/7378b5081fde6f48140327d5c072a8231934f027..fa7d59804e98cc73f0ab3ed96166889f1767d4db:/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 {