Index: theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tagadelic_views/theme/Attic/theme.inc,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 theme.inc
--- theme.inc	30 Jan 2009 00:12:49 -0000	1.1.2.1
+++ theme.inc	30 Jan 2009 12:19:39 -0000
@@ -49,5 +49,8 @@
     $tags = tagadelic_build_weighted_tags($result, $options['steps']);
     $tags = tagadelic_sort_tags($tags);
     $vars['output'] = theme('tagadelic_weighted', $tags);
+    if (empty($vars['output'])) {
+      $view->result = NULL;
+    }
   }
 }
\ No newline at end of file

