fix plugin silence runs (e.g. during audition)
[ardour.git] / libs / ardour / session_directory.cc
index 693bee2a1c444c2546e9ea8608cd9ad45a7c4ca1..3a4d049e3a1b38ab322e50232d72ce1512268989 100644 (file)
@@ -163,7 +163,7 @@ SessionDirectory::sources_root () const
                        root_cache[m_root_path] = Glib::build_filename (sources_root_path, entries.front());
                }
                else if (entries.size() > 1) {
-                       PBD::open_uri (sources_root_path);
+                       PBD::open_folder (sources_root_path);
                        PBD::fatal << string_compose (_("The session's interchange dir is tainted.\nThere is more than one folder in '%1'.\nPlease remove extra subdirs to reduce possible filename ambiguties."), sources_root_path) << endmsg;
                        assert (0); // not reached
                }