Group the Rec and Monitor buttons together. Group the Solo Isolate and Lock buttons...
[ardour.git] / gtk2_ardour / mixer_actor.cc
index d7a1149a4b29d6a5174522f97f3fee3119c8d344..090293612b440f612b18a2c850db679da6d20938 100644 (file)
@@ -85,7 +85,7 @@ MixerActor::load_bindings ()
 
        std::string binding_file;
 
-       if (find_file_in_search_path (ardour_config_search_path(), "mixer.bindings", binding_file)) {
+       if (find_file (ardour_config_search_path(), "mixer.bindings", binding_file)) {
                 bindings.load (binding_file);
                info << string_compose (_("Loaded mixer bindings from %1"), binding_file) << endmsg;
         } else {