Index: comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.465
diff -u -r1.465 comment.module
--- comment.module	13 Jul 2006 12:29:15 -0000	1.465
+++ comment.module	15 Jul 2006 21:57:18 -0000
@@ -1432,7 +1432,8 @@
   }
   if ($account) {
     $comment->uid = $account->uid;
-    $comment->name = check_plain($account->name);
+    $comment->name = check_plain($account->name);    
+    $comment->picture = $account->picture;
   }
   $comment->timestamp = $edit['timestamp'] ? $edit['timestamp'] : time();
 
@@ -1504,13 +1505,6 @@
 ** overridden by themes.
 */
 
-function theme_comment_preview($comment, $links = array(), $visible = 1) {
-  $output = '<div class="preview">';
-  $output .= theme('comment_view', $comment, $links, $visible);
-  $output .= '</div>';
-  return $output;
-};
-
 function theme_comment_view($comment, $links = array(), $visible = 1) {
 
   // Emit selectors:
