* various: rename doc to data; move most of src/data to data.

svn: r6187
This commit is contained in:
Alex Roitman
2006-03-21 18:56:27 +00:00
parent be2bb20020
commit add464937d
31 changed files with 122 additions and 495 deletions

View File

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