Index: talk.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/talk/talk.module,v
retrieving revision 1.6.2.15
diff -u -p -r1.6.2.15 talk.module
--- talk.module	1 Sep 2009 14:44:49 -0000	1.6.2.15
+++ talk.module	16 Sep 2009 14:11:37 -0000
@@ -315,3 +315,11 @@ function talk_token_values($type, $objec
   }
 }
 
+/**
+ * Implementation of hook_permalink_comment_page().
+ */
+function talk_permalink_comment_page($comment, $node) {
+  if (talk_activated($node->type)) {
+    return 'node/'. $node->nid .'/talk';
+  }
+}
\ No newline at end of file
