Update: I’ve successfully applied this workaround in version 2.2.1
Tdude, thanks, this was a huge help!
One note: I received this error (WordPress 2.1.3):
Warning: Missing argument 6 for Walker_Page::start_el() in /wp-includes/classes.php on line 506
After removing the $post_name parameter from the function start_el everything worked fine.
StaceyUD, I just got this working on WordPress 2.1.3. The file I edited to accomplish this was ‘/wp-includes/classes.php’ starting at line 506.