Index: includes/css.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ctools/includes/css.inc,v
retrieving revision 1.10
diff -u -p -r1.10 css.inc
--- includes/css.inc	21 Jul 2009 19:00:33 -0000	1.10
+++ includes/css.inc	7 Oct 2009 22:48:47 -0000
@@ -114,6 +114,9 @@ function ctools_css_clear($id) {
 
   if (file_exists($cache->filename)) {
     file_delete($cache->filename);
+    // If we remove an existing file, there may be cached pages that refer
+    // to it. We must get rid of them:
+    cache_clear_all();
   }
 
   db_query("DELETE FROM {ctools_css_cache} WHERE cid = '%s'", $id);
