Index: theme.php
===================================================================
--- theme.php	(revision 19670)
+++ theme.php	(working copy)
@@ -1005,6 +1005,7 @@
 
 	$templates = array();
 
+	$templates[] = "single-{$object->post_type}-{$object->post_name}.php";
 	$templates[] = "single-{$object->post_type}.php";
 	$templates[] = "single.php";
 
