Index: fivestar_color.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/fivestar/Attic/fivestar_color.inc,v retrieving revision 1.1.4.7 diff -u -r1.1.4.7 fivestar_color.inc --- fivestar_color.inc 5 Oct 2008 21:09:00 -0000 1.1.4.7 +++ fivestar_color.inc 10 Apr 2009 18:19:25 -0000 @@ -202,6 +202,7 @@ variable_set('fivestar_colors', $form_state['values']['fivestar_colors']); variable_set('fivestar_color_type', $form_state['values']['fivestar_color_type']); + drupal_clear_css_cache(); drupal_set_message(t('Custom %name stars generated. You may need to clear your browser cache before the new stars are visible.', array('%name' => t($widget)))); }