Add load_session to profiling.
[ardour.git] / gtk2_ardour / about.cc
index a66a4a2f691da76a8d9f84f014a23c34b1ff516c..571f602e714fc94fe5bcfa45f9e239a60f4e38a3 100644 (file)
@@ -28,7 +28,6 @@
 #include "pbd/file_utils.h"
 
 #include "ardour/svn_revision.h"
-#include "ardour/ardour.h"
 #include "ardour/version.h"
 #include "ardour/filesystem_paths.h"
 
@@ -559,7 +558,7 @@ About::About ()
 
        sys::path splash_file;
 
-       SearchPath spath(ardour_search_path() + system_data_search_path());
+       SearchPath spath(ardour_data_search_path());
 
        if (find_file_in_search_path (spath, "splash.png", splash_file)) {
                set_logo (Gdk::Pixbuf::create_from_file (splash_file.to_string()));