Index: color.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/color/color.module,v
retrieving revision 1.72
diff -u -r1.72 color.module
--- color.module	18 Sep 2009 00:12:45 -0000	1.72
+++ color.module	7 Oct 2009 06:27:00 -0000
@@ -302,7 +302,7 @@
 
   // Save palette and logo location.
   variable_set('color_' . $theme . '_palette', $palette);
-  variable_set('color_' . $theme . '_logo', $paths['target'] . 'logo.png');
+  variable_set('color_' . $theme . '_logo', $paths['source'] . 'logo.png');
 
   // Copy over neutral images.
   foreach ($info['copy'] as $file) {

