Index: contexts/node.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/panels/contexts/node.inc,v
retrieving revision 1.1.2.16
diff -u -p -r1.1.2.16 node.inc
--- contexts/node.inc	3 Aug 2008 04:23:11 -0000	1.1.2.16
+++ contexts/node.inc	23 Sep 2008 16:33:19 -0000
@@ -66,6 +66,9 @@ function panels_context_create_node($emp
     else {
       $context->type = array($context->type, 'node-' . $data->type);
     }
+    // Mark this node as read.
+    node_tag_new($data->nid);
+
     return $context;
   }
 }
