Index: wp-includes/widgets.php
===================================================================
--- wp-includes/widgets.php	(revision 6625)
+++ wp-includes/widgets.php	(working copy)
@@ -874,6 +874,8 @@
 			</ul>
 		<?php echo $after_widget; ?>
 <?php
+		global $wp_query;
+		setup_postdata($wp_query->next_post());
 	endif;
 	wp_cache_add('widget_recent_entries', ob_get_flush());
 }

