? .DS_Store
? fivestar_style_bug.patch
Index: fivestar.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/fivestar/fivestar.module,v
retrieving revision 1.2.2.35
diff -u -p -r1.2.2.35 fivestar.module
--- fivestar.module	15 Nov 2007 07:39:30 -0000	1.2.2.35
+++ fivestar.module	19 Nov 2007 22:12:08 -0000
@@ -689,7 +689,7 @@ function fivestar_form($content_type, $c
   $settings = array(
     'stars' => $stars,
     'allow_clear' => variable_get('fivestar_unvote_'. (!isset($node) ? 'default' : $node->type), FALSE),
-    'style' => isset($node) ? 'average_combo' : variable_get('fivestar_style_'. $node->type, 'average_combo'),
+    'style' => isset($node) ? variable_get('fivestar_style_'. $node->type, 'average_combo') : 'average_combo',
     'content_type' => $content_type,
     'content_id' => $content_id,
     'autosubmit' => TRUE,
