Report updates

svn: r1288
This commit is contained in:
Don Allingham
2003-02-08 17:28:41 +00:00
parent fce3b7b75c
commit d2ef898a2d
14 changed files with 295 additions and 64 deletions

View File

@@ -145,7 +145,6 @@ class AddMediaObject:
if type[0:5] == "image":
image = RelImage.scale_image(filename,const.thumbScale)
self.image.set_from_pixbuf(image)
else:
i = gtk.gdk.pixbuf_new_from_file(Utils.find_icon(type))
self.image.set_from_pixbuf(i)
image = gtk.gdk.pixbuf_new_from_file(Utils.find_icon(type))
self.image.set_from_pixbuf(image)