Index: .
===================================================================
--- .	(revision 218)
+++ .	(working copy)
@@ -46,13 +46,16 @@
     'file' => 'uc_wishlist.admin.inc',
   );
 
-  $items['wishlist'] = array(
+  $items['user/%/wishlist'] = array(
     'title' => 'Wish list',
     'description' => 'View or modify the contents of your wish list.',
     'page callback' => 'uc_wishlist_display',
+    'page arguments' => array(1),
     'access arguments' => array('access wish lists'),
     'file' => 'uc_wishlist.pages.inc',
+    'type' => MENU_LOCAL_TASK,
   );
+  
   $items['wishlist/search'] = array(
     'title' => 'Find a wish list',
     'description' => 'Search for a wish list.',
