--- talk.module	2008-03-23 23:30:57.000000000 -0700
+++ talk.module	2008-08-04 15:31:44.000000000 -0700
@@ -35,7 +35,7 @@
   else {
     if (arg(0) == 'node' && is_numeric(arg(1))) {
       $node = node_load(arg(1));
-      if (talk_activated($node->type) && $node->nid && _talk_node_comment_value($node)) {
+      if (talk_activated($node->type) && $node->nid && _talk_node_comment_value($node) && $node->comment_count > 0) {
         $items[] = array(
           'path' => 'node/'. arg(1) .'/talk',
           'title' => talk_title(),
