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