From 35c02f376e251762a3c3a9fd5712ee03093f28c5 Mon Sep 17 00:00:00 2001
From: Ben Coleman <b.coleman@accelerateddesign.com>
Date: Tue, 6 Sep 2011 13:27:56 -0400
Subject: [PATCH] Point to module-supplied noimage

---
 uc_option_image.module |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/uc_option_image.module b/uc_option_image.module
index 6f31e82..c011439 100644
--- a/uc_option_image.module
+++ b/uc_option_image.module
@@ -642,7 +642,7 @@ function theme_uc_option_image_preloaded($aid, $node, $size = '_original') {
  */
 function theme_uc_option_image_no_image($node, $size = '_original') {
   $attributes = array('class' => 'uc-option-image');
-  $filename = path_to_theme() . '/images/noimage.png';
+  $filename = path_to_theme() . '/no_image.png';
 
   if ($size != '_original') {
     return theme('imagecache', $size, $filename, t('No Image'), NULL, $attributes);
-- 
1.7.6.msysgit.0

