Index: term_node_count.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/term_node_count/term_node_count.views.inc,v
retrieving revision 1.2
diff -u -p -r1.2 term_node_count.views.inc
--- term_node_count.views.inc	3 Feb 2009 00:23:38 -0000	1.2
+++ term_node_count.views.inc	5 Nov 2009 20:36:31 -0000
@@ -13,6 +13,11 @@ function term_node_count_views_data() {
 		'left_field' => 'tid',
 		'field' => 'tid'
 	);
+	$data['term_node_count']['table']['join']['node'] = array(
+    'left_field' => 'tid',
+    'left_table' => 'term_node',
+    'field' => 'tid',
+  );	
 	$data['term_node_count']['node_count'] = array(
 		'field' => array(
 			'handler' => 'term_node_count_handler_field'
