diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-23 12:22:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-23 12:22:34 +0000 |
| commit | a0c0e609f7fbff8513135428378cc16684bae937 (patch) | |
| tree | 25e800debbb1ec6ab60fd0a4fc8e593c81addaea /src/lib/ffmpeg_content.cc | |
| parent | 90b84151b9817b33381187f678cb2fdd062ed785 (diff) | |
Remove Content::path(), add Content::path_summary().
Diffstat (limited to 'src/lib/ffmpeg_content.cc')
| -rw-r--r-- | src/lib/ffmpeg_content.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc index a6f9e6ac8..4ca2ddc29 100644 --- a/src/lib/ffmpeg_content.cc +++ b/src/lib/ffmpeg_content.cc @@ -167,7 +167,7 @@ string FFmpegContent::summary () const { /* Get the string() here so that the name does not have quotes around it */ - return String::compose (_("%1 [movie]"), path().filename().string()); + return String::compose (_("%1 [movie]"), path_summary ()); } string |
