? tagadelic.patch
Index: tagadelic.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tagadelic/tagadelic.module,v
retrieving revision 1.40.2.6
diff -u -p -r1.40.2.6 tagadelic.module
--- tagadelic.module	13 May 2009 16:56:12 -0000	1.40.2.6
+++ tagadelic.module	18 Jun 2009 16:04:18 -0000
@@ -308,9 +308,10 @@ function _tagadelic_sort_by_weight($a, $
 function theme_tagadelic_weighted($terms) {
   $output = '';
   foreach ($terms as $term) {
+    $weight = $term->weight;
     $output .= l($term->name, taxonomy_term_path($term), array(
       'attributes' => array(
-        'class' => "tagadelic level$term->weight",
+        'class' => "tagadelic level$weight",
         'rel' => 'tag',
         'title'  => $term->description,
         )
