--- wysiwyg_imageupload_handler_field_images.inc.orig	2011-01-23 03:58:59.000000000 +0800
+++ wysiwyg_imageupload_handler_field_images.inc	2011-01-23 03:59:35.000000000 +0800
@@ -61,6 +61,6 @@ class wysiwyg_imageupload_handler_field_
 
   function render_item($key, $value) {
     $img_obj = (object) $value;
-    return theme('imagecache', $this->options['preset'], $img_obj->filepath, NULL, $img_obj->title);
+    return theme('imagecache', $this->options['wui_preset'], $img_obj->filepath, NULL, $img_obj->title);
   }
 }
