chiark / gitweb /
Disobedience: show playing/random-play global prefs as checkboxes.
[disorder] / disobedience / disobedience.c
index 639eb73c2e74efba3e67a618177ba8740cb2ef52..0b6e099d0145f9517f4d9478ab0644df13172574 100644 (file)
@@ -569,6 +569,7 @@ int main(int argc, char **argv) {
   event_register("log-connected", check_rtp_address, 0);
   suppress_actions = 0;
   playlists_init();
+  globals_init();
   /* If no password is set yet pop up a login box */
   if(!config->password)
     login_box();