Index: wp-includes/template.php
===================================================================
--- wp-includes/template.php	(revision 21088)
+++ wp-includes/template.php	(working copy)
@@ -280,6 +280,7 @@
 
 	$templates = array();
 
+	$templates[] = "single-{$object->post_type}-{$object->post_name}.php";
 	$templates[] = "single-{$object->post_type}.php";
 	$templates[] = "single.php";
 
