chiark / gitweb /
Make Disobedience login window work even when you're logged in.
[disorder] / disobedience / login.c
index b1047d689fd2ea15b5b50a91f8b277349bb6610b..c9bf82659938a64dc5ecced0324bbda9ef8ce206 100644 (file)
@@ -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 */
 }