X-Git-Url: https://svn.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/cd282ee58b2893790d06ce40a8b02c65481abbeb..e3e5d18a6b6dfaeb26dc0c2ee99acf2da0e003f8:/skins/getPhotoContextInfos.py?ds=sidebyside

diff --git a/skins/getPhotoContextInfos.py b/skins/getPhotoContextInfos.py
index b070a83..b241808 100755
--- a/skins/getPhotoContextInfos.py
+++ b/skins/getPhotoContextInfos.py
@@ -36,7 +36,7 @@ for i, p in enumerate(portfolio.listNearestFolderContents(contentFilter={'portal
 	d = {'src': '%s/getThumbnail' % purl
 		,'href': purl
 		,'thumbSize':size
-		,'title' : p.Title()
+		,'title' : p.Description()
 		,'displayed' : p == context
 		,'className': (selected and 'selected' or '') + ((p == context) and ' displayed' or '')
 		, 'index': i