Index: wp-includes/post-template.php
===================================================================
--- wp-includes/post-template.php	(revision 17938)
+++ wp-includes/post-template.php	(working copy)
@@ -1242,7 +1242,7 @@
 
 	// We have no argument passed so just see if a page_template has been specified
 	if ( empty( $template ) ) {
-		if (!empty( $page_template ) ) {
+		if ( !empty( $page_template ) and ( 'default' != $page_template ) ) {
 			return true;
 		}
 	} elseif ( $template == $page_template) {
