summaryrefslogtreecommitdiff
path: root/src/lib/still_image_content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/still_image_content.cc')
-rw-r--r--src/lib/still_image_content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/still_image_content.cc b/src/lib/still_image_content.cc
index 804a5c0f6..e829e205d 100644
--- a/src/lib/still_image_content.cc
+++ b/src/lib/still_image_content.cc
@@ -48,7 +48,7 @@ StillImageContent::StillImageContent (shared_ptr<const Film> f, shared_ptr<const
string
StillImageContent::summary () const
{
- return String::compose (_("%1 [still]"), file().filename().string());
+ return String::compose (_("%1 [still]"), path());
}
string