Index: query.php
===================================================================
--- query.php	(revision 38250)
+++ query.php	(working copy)
@@ -4501,6 +4501,8 @@
 			return true;
 		elseif ( 'page' == get_option( 'show_on_front') && get_option( 'page_on_front' ) && $this->is_page( get_option( 'page_on_front' ) ) )
 			return true;
+		elseif ('page' == get_option( 'show_on_front' ) && ! get_option( 'page_on_front' ) && get_option( 'page_for_posts' ))
+   			return true;
 		else
 			return false;
 	}
