update new installation paths

svn: r6046
This commit is contained in:
Don Allingham
2006-03-03 00:17:58 +00:00
parent f97b172092
commit 4a04791292
10 changed files with 49 additions and 36 deletions

View File

@@ -156,7 +156,7 @@ def get_thumbnail_image(path,mtype=None):
return GrampsMime.find_mime_type_pixbuf(mtype)
else:
return gtk.gdk.pixbuf_new_from_file(os.path.join(
const.dataDir,"images/document.png"))
const.data_dir,"document.png"))
def get_thumbnail_path(path,mtype=None):
filename = _build_thumb_path(path)