Index: includes/path.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/path.inc,v
retrieving revision 1.4.2.1
diff -u -F^f -r1.4.2.1 path.inc
--- includes/path.inc	18 Jul 2006 11:40:02 -0000	1.4.2.1
+++ includes/path.inc	13 Aug 2006 00:36:58 -0000
@@ -197,5 +197,5 @@ function drupal_set_title($title = NULL)
 function drupal_is_front_page() {
   // As drupal_init_path updates $_GET['q'] with the 'site_frontpage' path,
   // we can check it against the 'site_frontpage' variable.
-  return $_GET['q'] == variable_get('site_frontpage', 'node');
+  return $_GET['q'] == drupal_get_normal_path(variable_get('site_frontpage', 'node'));
 }
