Fix excessive pathname in job name.
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Jul 2013 10:37:57 +0000 (11:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Jul 2013 10:37:57 +0000 (11:37 +0100)
src/lib/analyse_audio_job.cc

index df67b37d6144ea48740bd9fe2275de9d3b380072..b278a47b6877504b9e14ef7a1a590ed8a9d65d95 100644 (file)
@@ -50,7 +50,7 @@ AnalyseAudioJob::name () const
                return "";
        }
        
-       return String::compose (_("Analyse audio of %1"), content->path());
+       return String::compose (_("Analyse audio of %1"), content->path().filename().string());
 }
 
 void