Index: skinr.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/skinr/skinr.module,v
retrieving revision 1.13.2.6.2.34
diff -u -p -r1.13.2.6.2.34 skinr.module
--- skinr.module	12 Sep 2010 03:03:51 -0000	1.13.2.6.2.34
+++ skinr.module	20 Sep 2010 18:05:46 -0000
@@ -726,10 +726,11 @@ function _skinr_skinset($info) {
       }
     }
 
+    // Add paths to $skinr_info.
+    _skinr_add_paths_to_files($skinr_info, $path_root);
+
     // Inherit skins from parent theme, if inherit_skins is set to true.
     if (!empty($skinset['options']['inherit_skins'])) {
-      // Add paths to $skinr_info.
-      _skinr_add_paths_to_files($skinr_info, $path_root);
       // Paths get automatically added to base theme info.
       $base_info  = skinr_inherited_skins($info->name);
       // Merge base theme and current.
