Index: theme/theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/theme/theme.inc,v
retrieving revision 1.78
diff -u -p -r1.78 theme.inc
--- theme/theme.inc	1 Jul 2009 23:36:14 -0000	1.78
+++ theme/theme.inc	4 Jul 2009 07:17:46 -0000
@@ -109,12 +109,12 @@ function template_preprocess_views_view(
 
     drupal_alter('views_admin_links', $vars['admin_links_raw'], $view);
     $vars['admin_links'] = theme('links', $vars['admin_links_raw']);
-    views_add_css('views');
   }
   else {
     $vars['admin_links'] = '';
     $vars['admin_links_raw'] = array();
   }
+  views_add_css('views');
 
   // Our JavaScript needs to have some means to find the HTML belonging to this
   // view.
