chiark / gitweb /
Merge login window fix from 4.1 branch
[disorder] / disobedience / login.c
index df826724b0996022d4413012798204b309b57462..7cb64c9d38cc9efce7260356a9ac9f82476a8467 100644 (file)
@@ -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 */
 }