Index: uc_2checkout.pages.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ubercart/payment/uc_2checkout/Attic/uc_2checkout.pages.inc,v
retrieving revision 1.1.2.3
diff -u -r1.1.2.3 uc_2checkout.pages.inc
--- uc_2checkout.pages.inc	28 Apr 2009 21:03:17 -0000	1.1.2.3
+++ uc_2checkout.pages.inc	7 May 2009 19:14:38 -0000
@@ -90,6 +90,7 @@
   if (!empty($page)) {
     drupal_goto($page);
   }
+  menu_set_active_item('cart/checkout/complete');
 
   return $output;
 }

