Index: panels/panels_page/panels_page.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/panels/panels_page/Attic/panels_page.module,v
retrieving revision 1.1.2.43
diff -u -r1.1.2.43 panels_page.module
--- panels/panels_page/panels_page.module	9 May 2008 13:57:02 -0000	1.1.2.43
+++ panels/panels_page/panels_page.module	15 May 2008 10:37:08 -0000
@@ -296,7 +296,7 @@
     'access' => $access,
     'callback' => 'panels_page_passthru',
     'callback arguments' => array('panels_page_edit_layout', $page->name),
-    'weight' => -3,
+    'weight' => -1,
     'type' => MENU_DEFAULT_LOCAL_TASK,
   );
 
@@ -306,7 +306,7 @@
     'access' => $access,
     'callback' => 'panels_page_passthru',
     'callback arguments' => array('panels_page_edit_layout_settings', $page->name, NULL),
-    'weight' => -3,
+    'weight' => -1,
     'type' => MENU_DEFAULT_LOCAL_TASK,
   );
 
@@ -328,7 +328,6 @@
         'access' => $access,
         'callback' => 'panels_page_passthru',
         'callback arguments' => array('panels_page_edit_layout', $page->name, $display_id),
-        'weight' => -3,
         'type' => MENU_LOCAL_TASK,
       );
 
@@ -338,7 +337,6 @@
         'access' => $access,
         'callback' => 'panels_page_passthru',
         'callback arguments' => array('panels_page_edit_layout_settings', $page->name, $display_id),
-        'weight' => -3,
         'type' => MENU_LOCAL_TASK,
       );
 
@@ -348,7 +346,6 @@
         'access' => $access,
         'callback' => 'panels_page_passthru',
         'callback arguments' => array('panels_page_edit_content', $page->name, $display_id),
-        'weight' => -1,
         'type' => MENU_LOCAL_TASK,
       );
     }
