lib/image.py
changeset 13 c229bcb1de41
parent 12 c2d8e9a754a1
child 14 4b5478da5850
--- a/lib/image.py	Fri Dec 21 20:36:03 2007 +0000
+++ b/lib/image.py	Fri Dec 21 20:45:03 2007 +0000
@@ -64,7 +64,7 @@
             Returns a [(fname, title)] list of this image's parents
        """
         
-        return self.dir.breadcrumb() + [(self.html_name, self.title)]
+        return self.dir.breadcrumb(forImg=self) + [(self.html_name, self.title)]
 
     def render (self) :
         """