chiark / gitweb /
Disobedience choose 'select all' now only selects tracks (and
[disorder] / disobedience / login.c
index 18afce461642b353c49cc6fc6a9bfe06ddd0ca44..5831aa6cef6cc2455ae71cba2caca449b016ffe9 100644 (file)
@@ -153,7 +153,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 {